From 29b4ba2b27bd486b6beccb6f03678d8eb8d7b862 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 16 十月 2023 11:43:31 +0800
Subject: [PATCH] 11

---
 src/views/project/fund/performancedetails/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/project/fund/performancedetails/index.vue b/src/views/project/fund/performancedetails/index.vue
index 60674b1..a1c1dfa 100644
--- a/src/views/project/fund/performancedetails/index.vue
+++ b/src/views/project/fund/performancedetails/index.vue
@@ -118,7 +118,7 @@
             </div></el-col
           >
         </el-row>
-        <el-row v-if="operationType == 'check'">
+        <el-row v-if="userprofile.nickName == '闄堟厱鍗�' && operationType == 'check'">
           <el-col :span="3"
             ><div style="margin-bottom: 15px;">
               <el-button
@@ -1778,6 +1778,10 @@
     },
     // 纭褰曞叆
     BatchentryFn() {
+      console.log(this.rbDetails[0]);
+      if (!this.rbDetails[0].applytype) {
+        this.rbDetails=[]
+      }
       this.checkedCities.forEach(item => {
         let rowData = {
           orderno: null,

--
Gitblit v1.9.3