From a5a80af9017fdb8d378eb6f682e24dae99d19977 Mon Sep 17 00:00:00 2001 From: cuijian <cuijian@xalxzn.com> Date: 星期五, 15 八月 2025 10:12:09 +0800 Subject: [PATCH] 孔加工工具增加字段 --- 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