From 48280bcd3a6d1d3125dfec1912afa92ae2ff6eee Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期二, 02 九月 2025 16:59:40 +0800
Subject: [PATCH] mdc设备台账修改,设备管理设备台账修改

---
 src/views/eam/equipment/EamEquipmentList.vue |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/views/eam/equipment/EamEquipmentList.vue b/src/views/eam/equipment/EamEquipmentList.vue
index 9524814..9686308 100644
--- a/src/views/eam/equipment/EamEquipmentList.vue
+++ b/src/views/eam/equipment/EamEquipmentList.vue
@@ -558,7 +558,7 @@
         {
           title: '璧勪骇浣跨敤鐘舵��',
           align: 'center',
-          width: 100,
+          width: 120,
           dataIndex: 'assetStatus_dictText'
         },
         {
@@ -641,6 +641,7 @@
           title: '瀹夎浣嶇疆',
           align: 'center',
           width: 100,
+          ellipsis: true,
           dataIndex: 'installationPosition'
         },
         {
@@ -652,6 +653,7 @@
           title: '鏈哄簥鍘傚',
           align: 'center',
           width: 300,
+          ellipsis: true,
           dataIndex: 'manufacturingEnterprise'
         },
         {
@@ -664,6 +666,7 @@
           title: '璁惧渚涘簲鍟�',
           align: 'center',
           width: 100,
+          ellipsis: true,
           dataIndex: 'supplier'
         },
         {
@@ -693,11 +696,13 @@
         {
           title: '鍔熻兘鐢ㄩ��',
           align: 'center',
+          ellipsis: true,
           dataIndex: 'functionUse'
         },
         {
           title: '鎬ц兘鎸囨爣',
           align: 'center',
+          ellipsis: true,
           dataIndex: 'performanceIndicators'
         },
         {

--
Gitblit v1.9.3