From e1d633ddeece986c1c866d4bc28e4193f3e3c41e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 12 十月 2023 15:49:49 +0800
Subject: [PATCH] 11

---
 src/views/project/fund/performanceApply/index.vue |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/views/project/fund/performanceApply/index.vue b/src/views/project/fund/performanceApply/index.vue
index 8503f4f..d39b062 100644
--- a/src/views/project/fund/performanceApply/index.vue
+++ b/src/views/project/fund/performanceApply/index.vue
@@ -63,9 +63,6 @@
             </el-select>
           </el-form-item>
         </el-col>
-        
-
-    
       </el-row>
       <el-row>
         <el-col :span="6">
@@ -157,7 +154,7 @@
         </template>
       </el-table-column>
       <el-table-column
-        label="棰勫鐘舵��"
+        label="鐢宠鏉愭枡鐘舵��"
         width="140"
         align="center"
         prop="checkstatus"
@@ -209,7 +206,6 @@
             >淇敼</el-button
           >
           <el-button
-           
             size="mini"
             type="text"
             icon="el-icon-edit"
@@ -290,7 +286,6 @@
     "sys_expensetype",
     "sys_performance_type",
     "sys_stage_type"
-
   ],
   data() {
     //杩欓噷瀛樻斁鏁版嵁
@@ -466,11 +461,16 @@
         query: { id: row.id, businessType: "5", operationType: "update" }
       });
     },
-       /** 澶嶅埗鎸夐挳鎿嶄綔 */
-       duplicationfn(row) {
+    /** 澶嶅埗鎸夐挳鎿嶄綔 */
+    duplicationfn(row) {
       this.$router.push({
         path: "/finance/performancedetails/",
-        query: { id: row.id, businessType: "5", Copy: "1", operationType: "update" }
+        query: {
+          id: row.id,
+          businessType: "5",
+          Copy: "1",
+          operationType: "update"
+        }
       });
     },
 

--
Gitblit v1.9.3