From 017886be8a6c07ccaaf6300b8c7652ddbd41d734 Mon Sep 17 00:00:00 2001
From: qushaowei <qushaowei@163.com>
Date: 星期一, 15 一月 2024 16:50:08 +0800
Subject: [PATCH] Merge branch 'master' of http://117.34.109.166:18448/r/vue_mdc_430 into develop

---
 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