From 169cca41bc6ecd139f09ae87f19784f1dc119fca Mon Sep 17 00:00:00 2001 From: CD配唱片 <CD配唱片> Date: 星期五, 25 四月 2025 13:17:08 +0800 Subject: [PATCH] 提交气柜管路产能规划页面查询与保存页面和接口联调 --- src/views/mainPlan/platePlanList/index.vue | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/mainPlan/platePlanList/index.vue b/src/views/mainPlan/platePlanList/index.vue index 9a41267..7de7210 100644 --- a/src/views/mainPlan/platePlanList/index.vue +++ b/src/views/mainPlan/platePlanList/index.vue @@ -171,11 +171,11 @@ field: "documentNumber", width: 200, }, - { - title: "褰撳墠宸ュ簭鍙�", - field: "currentProcessNumberTxt", - width: 150, - }, + // { + // title: "褰撳墠宸ュ簭鍙�", + // field: "currentProcessNumberTxt", + // width: 150, + // }, { title: "闇�姹傚垎绫�", field: "requirementType", @@ -187,6 +187,11 @@ width: 100, }, { + title: "瀹℃牳鏃堕棿", + field: "documentStatus", + width: 100, + }, + { title: "褰撳墠宸ュ簭", field: "workCenter", width: 200, -- Gitblit v1.9.3