From 60a71d062b9360bb2a1e3dd190d3b25251eefa29 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 25 三月 2025 16:55:37 +0800 Subject: [PATCH] 屏蔽原材料报检 --- src/views/business/rawMaterialInspection/index.vue | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/business/rawMaterialInspection/index.vue b/src/views/business/rawMaterialInspection/index.vue index f2b893b..05311d4 100644 --- a/src/views/business/rawMaterialInspection/index.vue +++ b/src/views/business/rawMaterialInspection/index.vue @@ -325,16 +325,16 @@ return this.tabIndex === 0 }, }, - { - name: '鎾ら攢鎶ユ', - type: 'text', - clickFun: (row) => { - this.cancelDeclare(row); - }, - showHide: (row) => { - return this.tabIndex === 1 - }, - }, + // { + // name: '鎾ら攢鎶ユ', + // type: 'text', + // clickFun: (row) => { + // this.cancelDeclare(row); + // }, + // showHide: (row) => { + // return this.tabIndex === 1 + // }, + // }, ] } ], -- Gitblit v1.9.3