From e79907270604b30c9699e1c53987d25287ae29a7 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 04 三月 2025 17:09:54 +0800
Subject: [PATCH] 文件管理bug修改

---
 src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue b/src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue
index 53f1e11..9bb9cdb 100644
--- a/src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue
+++ b/src/views/CNAS/systemManagement/documentRecords/regularReviewsRecord.vue
@@ -224,7 +224,7 @@
           font: '鏌ョ湅',
           type: 'text',
           method: 'handleLook',
-          disabFun: (row, index) => {
+          disabled: (row, index) => {
             return !row.url
           }
         }, {
@@ -232,7 +232,7 @@
           font: '涓嬭浇',
           type: 'text',
           method: 'handleDown0',
-          disabFun: (row, index) => {
+          disabled: (row, index) => {
             return !row.url
           }
         },
@@ -241,7 +241,7 @@
           font: '鎻愪氦',
           type: 'text',
           method: 'handleSubmit',
-          disabFun: (row, index) => {
+          disabled: (row, index) => {
             return !!row.submitUserName
           }
         }, {
@@ -249,7 +249,7 @@
           font: '鎵瑰噯',
           type: 'text',
           method: 'handleApproval',
-          disabFun: (row, index) => {
+          disabled: (row, index) => {
             return !row.submitUserName || !!row.ratifyUserName
           }
         }],

--
Gitblit v1.9.3