From 9b41d0097ffb8bf719d758a162c3d4a74fe490fd Mon Sep 17 00:00:00 2001 From: cjp <3096114695@qq.com> Date: Wed, 6 Sep 2023 18:53:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../historyData/realTimeData/index.vue | 20 +++++++++---------- .../historyData/realTimeData/index.vue | 20 +++++++++---------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/enterprise/liftSupervision/historyData/realTimeData/index.vue b/src/views/enterprise/liftSupervision/historyData/realTimeData/index.vue index aa0c4fc..3a68bc8 100644 --- a/src/views/enterprise/liftSupervision/historyData/realTimeData/index.vue +++ b/src/views/enterprise/liftSupervision/historyData/realTimeData/index.vue @@ -391,16 +391,16 @@ const columns: ColumnProps[] = [ isShow: false, search: { el: "input" } }, - { - prop: "type", - label: "报警类型", - isShow: false, - search: { el: "select" }, - enum: [ - { label: "报警", value: 1 }, - { label: "预警", value: 2 } - ] - }, + // { + // prop: "type", + // label: "报警类型", + // isShow: false, + // search: { el: "select" }, + // enum: [ + // { label: "报警", value: 1 }, + // { label: "预警", value: 2 } + // ] + // }, { prop: "createTime", label: "数据接受时间", diff --git a/src/views/project/liftSupervision/historyData/realTimeData/index.vue b/src/views/project/liftSupervision/historyData/realTimeData/index.vue index 509ea82..dc4857f 100644 --- a/src/views/project/liftSupervision/historyData/realTimeData/index.vue +++ b/src/views/project/liftSupervision/historyData/realTimeData/index.vue @@ -394,16 +394,16 @@ const columns: ColumnProps[] = [ isShow: false, search: { el: "input" } }, - { - prop: "type", - label: "报警类型", - isShow: false, - search: { el: "select" }, - enum: [ - { label: "报警", value: 1 }, - { label: "预警", value: 2 } - ] - }, + // { + // prop: "type", + // label: "报警类型", + // isShow: false, + // search: { el: "select" }, + // enum: [ + // { label: "报警", value: 1 }, + // { label: "预警", value: 2 } + // ] + // }, { prop: "createTime", label: "数据接受时间",