From 82f642a986d3056318e8e0d2f2746554ca8e3e65 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 01 四月 2025 10:13:49 +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