From ed60c5eade1236b79dc3a12be4855847b571f996 Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期五, 01 三月 2024 14:27:04 +0800
Subject: [PATCH] 设备运行参数报警页面更名为超限报警,删除报警号字段并更新其余字段名

---
 src/views/mdc/base/EquipmentOperationParamsAlarm.vue |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/views/mdc/base/EquipmentOperationParamsAlarm.vue b/src/views/mdc/base/EquipmentOperationParamsAlarm.vue
index dddc8ac..46caa59 100644
--- a/src/views/mdc/base/EquipmentOperationParamsAlarm.vue
+++ b/src/views/mdc/base/EquipmentOperationParamsAlarm.vue
@@ -58,46 +58,46 @@
           {
             title: '璁惧缂栧彿',
             align: 'center',
-            dataIndex: 'equipmentid',
+            dataIndex: 'equipmentId',
             width: 250
           },
           {
             title: '鎶ヨ鏃堕棿',
             align: 'center',
-            dataIndex: 'collecttime',
+            dataIndex: 'createTime',
             width: 250
           },
           {
             title: '璁惧畾鍊�',
             align: 'center',
             width: 250,
-            dataIndex: 'setvalue'
+            dataIndex: 'setValue'
           },
           {
             title: '瀹為檯鍊�',
             align: 'center',
             width: 250,
-            dataIndex: 'realvalue'
+            dataIndex: 'realValue'
           },
-          {
-            title: '鎶ヨ鍙�',
-            align: 'center',
-            width: 250,
-            dataIndex: 'alarmno'
-          },
+          // {
+          //   title: '鎶ヨ鍙�',
+          //   align: 'center',
+          //   width: 250,
+          //   dataIndex: 'alarmno'
+          // },
           {
             title: '鎶ヨ鍐呭',
             align: 'center',
             width: 250,
-            dataIndex: 'alarmcontent'
+            dataIndex: 'alarmContent'
           }
         ],
         url: {
-          list: '/mdc/equipmentBeilvAlarm/list'
+          list: '/mdc/mdcOverrunAlarm/list'
         },
         /* 鎺掑簭鍙傛暟 */
         isorter: {
-          column: 'collecttime',
+          column: 'createTime',
           order: 'desc'
         }
       }

--
Gitblit v1.9.3