From 0177daf2022ff2b760e8cd00df8bba105f96db81 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期三, 28 二月 2024 09:29:12 +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