From a4f2ebf136cbac92638d0268f9068dff92241f06 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期四, 26 十二月 2024 14:33:12 +0800
Subject: [PATCH] 修改cnas8里面的bug
---
src/components/view/a8-external-document-confirmation-records.vue | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/components/view/a8-external-document-confirmation-records.vue b/src/components/view/a8-external-document-confirmation-records.vue
index 8402380..6bcf9f1 100644
--- a/src/components/view/a8-external-document-confirmation-records.vue
+++ b/src/components/view/a8-external-document-confirmation-records.vue
@@ -142,17 +142,11 @@
font: '淇敼',
type: 'text',
method: 'doDiy',
- disabFun:(row, index) => {
- return !this.addPower||!!this.currentInfo.ratifyUserName
- }
},{
id: 'delete',
font: '鍒犻櫎',
type: 'text',
method: 'doDiy',
- disabFun:(row, index) => {
- return !this.addPower||!!this.currentInfo.ratifyUserName
- }
}],
tagField: {},
selectField: {},
--
Gitblit v1.9.3