From 35d86e8e773dc25c25b6951f15e55cedb026a8ba Mon Sep 17 00:00:00 2001 From: zss <zss@example.com> Date: 星期四, 29 二月 2024 16:12:11 +0800 Subject: [PATCH] 生产调度 --- src/views/quality/processconfiguration/index.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/views/quality/processconfiguration/index.vue b/src/views/quality/processconfiguration/index.vue index 79b88e5..84e9848 100644 --- a/src/views/quality/processconfiguration/index.vue +++ b/src/views/quality/processconfiguration/index.vue @@ -322,7 +322,11 @@ text: '瀹℃牳缁撴灉', type: 'text', size: 'small', - fun: this.AuditResult + fun: this.AuditResult, + show: { + key: 'type', + val: ['杩囩▼妫�楠�','浜у搧妫�楠�','鍖呰妫�楠�'] + } }) } this.table.operator = arr.length>0 ? arr : null -- Gitblit v1.9.3