From 958ee855acb3431d2da10aa67e2e9453a268fcd4 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 26 十二月 2024 14:33:11 +0800 Subject: [PATCH] 修改cnasbug --- 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