From de9308daec6fb3f32d3a73fe89b76e1ffc1ef8e7 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期五, 25 八月 2023 12:20:49 +0800
Subject: [PATCH] yxh

---
 src/views/project/fundcheck/expertFeeCheck/index.vue |   32 +++++++++++++++++++++-----------
 1 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/src/views/project/fundcheck/expertFeeCheck/index.vue b/src/views/project/fundcheck/expertFeeCheck/index.vue
index 5b30798..9e7c574 100644
--- a/src/views/project/fundcheck/expertFeeCheck/index.vue
+++ b/src/views/project/fundcheck/expertFeeCheck/index.vue
@@ -68,7 +68,7 @@
           <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="160px">
             <template slot-scope="scope">
               <el-button size="mini" type="text" icon="el-icon-edit" v-if="scope.row.checkFlag == 0"
-                @click="handleShow(scope.row)">璇︽儏</el-button>
+                @click="handleDetail(scope.row)">璇︽儏</el-button>
               <el-button v-if="scope.row.checkFlag == 1" size="mini" type="text" icon="el-icon-edit"
                 @click="handleCheck(scope.row)">瀹℃牳</el-button>
               <!-- v-hasPermi="['project:donateconsolationfund:edit']" -->
@@ -908,15 +908,15 @@
     },
     /** 淇敼鎸夐挳鎿嶄綔 */
     handleCheck(row) {      
-      // this.$router.push({
-      //   path: "/finance/applyDetail/",
-      //   query: {
-      //     id: row.id,
-      //     businessType: "1",
-      //     operationType: "check"
-      //   }
-      // });
-      // return;
+      this.$router.push({
+        path: "/finance/applyDetail/",
+        query: {
+          id: row.id,
+          businessType: "1",
+          operationType: "check"
+        }
+      });
+      return;
 
       this.isopen = 0;
       this.reset();
@@ -958,7 +958,17 @@
     },
 
     //鏌ョ湅瀹℃牳璇︽儏
-    handleShow(row) {
+    handleDetail(row) {
+      this.$router.push({
+        path: "/finance/applyDetail/",
+        query: {
+          id: row.id,
+          businessType: "1",
+          operationType: "detail"
+        }
+      });
+      return;
+
       this.isopen = 0;
       this.reset();
       this.queryParams.params = {};

--
Gitblit v1.9.3