From c867c8575656e256b47f5c325e6d282e06ba332f Mon Sep 17 00:00:00 2001 From: wangyan <405898180@qq.com> Date: Thu, 13 Nov 2025 14:25:05 +0800 Subject: [PATCH] =?UTF-8?q?feat(tables):=20=E6=9B=B4=E6=96=B0=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E4=BF=A1=E6=81=AF=E5=8F=8A=E6=8A=A5=E8=AD=A6=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=9F=A5=E8=AF=A2=E9=80=BB=E8=BE=91-=20=E5=9C=A8?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E4=BF=A1=E6=81=AF=E8=A1=A8=E4=B8=AD=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=20REPORT=5FID=20=E5=AD=97=E6=AE=B5=E5=85=B3=E8=81=94?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=20-=20=E4=BF=AE=E6=94=B9=E6=8A=A5=E8=AD=A6?= =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6=EF=BC=8C?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=8C=89=E6=8A=A5=E8=AD=A6=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E3=80=81=E8=B5=B7=E6=AD=A2=E6=97=B6=E9=97=B4=E7=AD=9B=E9=80=89?= =?UTF-8?q?-=20=E5=AE=8C=E5=96=84=E9=A2=84=E8=AD=A6=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E8=BF=87=E6=BB=A4=E5=AD=97=E6=AE=B5=20-=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=89=8D=E7=AB=AF=E8=A1=A8=E5=8D=95=E9=A1=B9?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E4=B8=8E=E9=AA=8C=E8=AF=81=E8=A7=84=E5=88=99?= =?UTF-8?q?=E4=BB=A5=E9=80=82=E9=85=8D=E5=90=8E=E7=AB=AF=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=20-=20=E4=BC=98=E5=8C=96=E6=97=A5=E6=9C=9F=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=99=A8=E6=A0=BC=E5=BC=8F=E5=B9=B6=E7=A7=BB=E9=99=A4=E6=97=A7?= =?UTF-8?q?=E7=9A=84=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../device_monitoring/alarm_logs/index.vue | 52 ++++++++++++------- .../tbiron/coalarm/components/edit_sensor.vue | 24 ++++----- src/views/tbiron/coalarm/index.vue | 16 +++++- .../warning_information/information/index.vue | 46 ++++++++++++++-- 4 files changed, 100 insertions(+), 38 deletions(-) diff --git a/src/views/device_monitoring/alarm_logs/index.vue b/src/views/device_monitoring/alarm_logs/index.vue index 4d52c59..6b742ad 100644 --- a/src/views/device_monitoring/alarm_logs/index.vue +++ b/src/views/device_monitoring/alarm_logs/index.vue @@ -7,30 +7,47 @@ @submit.prevent="fnResetPagination" > - + - + - - + + + + + + + + + + + + - + + + + + + 搜索 @@ -58,8 +75,8 @@ - + @@ -73,16 +90,11 @@ diff --git a/src/views/tbiron/coalarm/components/edit_sensor.vue b/src/views/tbiron/coalarm/components/edit_sensor.vue index c1e48af..d0137ca 100644 --- a/src/views/tbiron/coalarm/components/edit_sensor.vue +++ b/src/views/tbiron/coalarm/components/edit_sensor.vue @@ -212,18 +212,18 @@ const rules = { TARGET_UNIT: [ { required: true, message: "计量单位不能为空", trigger: "blur" }, ], - THRESHOLD_UP_LIMIT: [ - { required: true, message: "高爆阈值不能为空", trigger: "blur" }, - ], - THRESHOLD_UP_UP_LIMIT: [ - { required: true, message: "高高报阈值不能为空", trigger: "blur" }, - ], - THRESHOLD_DOWN_LIMIT: [ - { required: true, message: "低报阈值不能为空", trigger: "blur" }, - ], - THRESHOLD_DOWN_DOWN_LIMIT: [ - { required: true, message: "低低报阈值不能为空", trigger: "blur" }, - ], + // THRESHOLD_UP_LIMIT: [ + // { required: true, message: "高报阈值不能为空", trigger: "blur" }, + // ], + // THRESHOLD_UP_UP_LIMIT: [ + // { required: true, message: "高高报阈值不能为空", trigger: "blur" }, + // ], + // THRESHOLD_DOWN_LIMIT: [ + // { required: true, message: "低报阈值不能为空", trigger: "blur" }, + // ], + // THRESHOLD_DOWN_DOWN_LIMIT: [ + // { required: true, message: "低低报阈值不能为空", trigger: "blur" }, + // ], RANGE_UP: [{ required: true, message: "量程上限不能为空", trigger: "blur" }], RANGE_DOWN: [ { required: true, message: "量程下限不能为空", trigger: "blur" }, diff --git a/src/views/tbiron/coalarm/index.vue b/src/views/tbiron/coalarm/index.vue index e882c0e..3d2086e 100644 --- a/src/views/tbiron/coalarm/index.vue +++ b/src/views/tbiron/coalarm/index.vue @@ -32,6 +32,14 @@ + + + + + + + + 搜索 @@ -140,7 +148,13 @@ 添加监测节点 - + {{ row.OPEN_ALARM === 0 ? "关闭预警" : "开启预警" }} - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索