From 87c12ba5f907d6c12d9b0b7448ff8cf01c958bc7 Mon Sep 17 00:00:00 2001 From: 86134 <aa> Date: 星期四, 09 十一月 2023 20:08:19 +0800 Subject: [PATCH] 11 --- src/views/quality/rawMaterial/index.vue | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/src/views/quality/rawMaterial/index.vue b/src/views/quality/rawMaterial/index.vue index 6133ce1..b10d298 100644 --- a/src/views/quality/rawMaterial/index.vue +++ b/src/views/quality/rawMaterial/index.vue @@ -214,7 +214,14 @@ text: '鎵撳嵃', type: 'text', size: 'small', - fun: this.previewFun + fun: this.previewFun, + show: { + val: [ + '1', + '0' + ], + key: 'judgeState' + } }, { text: '浣滃簾', -- Gitblit v1.9.3