From f3371fc9c33f979bd2b00e3241769a27c9c79c38 Mon Sep 17 00:00:00 2001 From: spring <2396852758@qq.com> Date: 星期二, 25 三月 2025 16:56:19 +0800 Subject: [PATCH] Merge branch 'radio-frequency-cable' of http://114.132.189.42:9002/r/lims-ruoyi-before into radio-frequency-cable --- 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