From f0a1d1428a7a258a5493ad5f6c36161ce377c7b0 Mon Sep 17 00:00:00 2001 From: licp <lichunping@guanfang.com.cn> Date: 星期四, 26 十二月 2024 14:33:11 +0800 Subject: [PATCH] 修改cnas --- src/components/view/a8-external-document-confirmation-records.vue | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/view/a8-external-document-confirmation-records.vue b/src/components/view/a8-external-document-confirmation-records.vue index c0564b3..6bcf9f1 100644 --- a/src/components/view/a8-external-document-confirmation-records.vue +++ b/src/components/view/a8-external-document-confirmation-records.vue @@ -69,7 +69,7 @@ data(){ return{ title0:'鏌ョ湅', - activeName:'濉啓', + activeName:'鍘嗗彶璁板綍', lookDialogVisible:false, noCheckLoading:false, checkLoading:false, @@ -141,12 +141,12 @@ id: 'update', font: '淇敼', type: 'text', - method: 'doDiy' + method: 'doDiy', },{ id: 'delete', font: '鍒犻櫎', type: 'text', - method: 'doDiy' + method: 'doDiy', }], tagField: {}, selectField: {}, @@ -176,6 +176,17 @@ return this.javaApi +this.$api.manageRecordTotal.exportManageRecordVerify } }, + watch: { + 'activeName' (val1, val2) { + if(val1=='濉啓'){ + this.componentData0.do.forEach((item)=>{ + item.disabFun = (row, index) => { + return !this.addPower||!!this.currentInfo.ratifyUserName + } + }) + } + } + }, mounted() { this.entityCopy = this.HaveJson(this.componentData.entity); this.getPower() -- Gitblit v1.9.3