From 6ab830320b2508ee5f6a7be6cb18653e5d651f0d Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期三, 10 九月 2025 14:37:06 +0800
Subject: [PATCH] 1、DNC首页三维工艺生成产品结构树列表增加字符数超出省略功能 2、设备调拨列表详情改为查看流程详情

---
 src/views/eam/purchase/EamEquipmentPurchasePlanList.vue |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/views/eam/purchase/EamEquipmentPurchasePlanList.vue b/src/views/eam/purchase/EamEquipmentPurchasePlanList.vue
index 0e6d69d..3c1e2bf 100644
--- a/src/views/eam/purchase/EamEquipmentPurchasePlanList.vue
+++ b/src/views/eam/purchase/EamEquipmentPurchasePlanList.vue
@@ -185,17 +185,20 @@
             title:'閲囪喘璁″垝缂栫爜',
             align:"center",
             dataIndex: 'planCode',
+            width: 100,
             fixed: 'left'
           },
           {
             title:'閲囪喘璁″垝鍚嶇О',
             align:"center",
             dataIndex: 'planName',
+            width: 100,
             fixed: 'left'
           },
           {
             title:'璁″垝鐘舵��',
             align:"center",
+            width: 100,
             dataIndex: 'planStatus_dictText'
           },
           {

--
Gitblit v1.9.3