From 872b0e0d61b89dbdab7bf6ae2cf00223c626cb0e Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期四, 27 三月 2025 09:47:00 +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