From 1306c32fea1ede6dafb94c4e4dbe722e2f1ea996 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 25 十二月 2024 15:57:51 +0800
Subject: [PATCH] 修改cnasbug
---
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