From 1129abf78f3de8074ab8f526ccd50068644f6229 Mon Sep 17 00:00:00 2001
From: hyingbo <1363390067@qq.com>
Date: 星期二, 12 八月 2025 15:20:21 +0800
Subject: [PATCH] 设备采购计划页面列表空白列修改,产品结构树工序/工步添加发送nc程序到三维工艺按钮

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