From d3a486a2f3ae5e76b7bbf9e3d6a8c1e36ed73de7 Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期五, 01 三月 2024 17:38:10 +0800 Subject: [PATCH] 包装台账 --- src/views/plan/productionschedul/index.vue | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/views/plan/productionschedul/index.vue b/src/views/plan/productionschedul/index.vue index fb8f678..1037dd2 100644 --- a/src/views/plan/productionschedul/index.vue +++ b/src/views/plan/productionschedul/index.vue @@ -309,6 +309,19 @@ }, { minWidth: 120, + prop: 'status', + label: '褰撳墠鐘舵��', + overHidden: true, + }, + { + minWidth: 120, + prop: 'time', + label: '涓存湡鏃堕棿', + overHidden: true, + formatter: (row,columnValue)=> this.formatDate(row,columnValue) + }, + { + minWidth: 120, prop: 'specs', label: '瑙勬牸鍨嬪彿', overHidden: true, -- Gitblit v1.9.3