From 1d45ea75308850ad0ef575ca28ba3f93552f097c Mon Sep 17 00:00:00 2001
From: zhuzhuanzhuan
Date: 星期三, 24 一月 2024 16:01:58 +0800
Subject: [PATCH] 设备监控页面状态反馈按钮添加二次确认功能以及调整异常设备列表项字体颜色为红色显示

---
 src/views/mdc/base/DeviceParamThresholdManagement.vue |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/views/mdc/base/DeviceParamThresholdManagement.vue b/src/views/mdc/base/DeviceParamThresholdManagement.vue
index a0da603..e2a170a 100644
--- a/src/views/mdc/base/DeviceParamThresholdManagement.vue
+++ b/src/views/mdc/base/DeviceParamThresholdManagement.vue
@@ -67,6 +67,7 @@
         bordered
         size="middle"
         rowKey="id"
+        :scroll="{x:'max-content',y:600}"
         :columns="columns"
         :dataSource="dataSource"
         :pagination="ipagination"
@@ -131,32 +132,32 @@
             title: '涓枃鍚�',
             align: 'center',
             dataIndex: 'chineseName',
-            width: 120
+            width: 350
             // sorter: true
           },
           {
             title: '鑻辨枃鍚�',
             align: 'center',
-            width: 150,
+            width: 350,
             dataIndex: 'englishName'
           },
           {
             title: '椹卞姩绫诲瀷',
             align: 'center',
-            width: 180,
+            width: 350,
             dataIndex: 'controlSystemType'
           },
           {
             title: '闃堝�间笂闄�',
             align: 'center',
-            width: 120,
+            width: 270,
             dataIndex: 'maxThreshold'
             // scopedSlots: {customRender: "avatarslot"}
           },
           {
             title: '闃堝�间笅闄�',
             align: 'center',
-            width: 80,
+            width: 270,
             dataIndex: 'minThreshold'
             // sorter: true
           },
@@ -165,7 +166,8 @@
             dataIndex: 'action',
             scopedSlots: { customRender: 'action' },
             align: 'center',
-            width: 120
+            fixed: 'right',
+            width: 150
           }
         ],
         driveTypeList: [],

--
Gitblit v1.9.3