From d4a5df36e3d352dbd3a344f9da6aac409a811f08 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 10 十一月 2023 17:08:46 +0800
Subject: [PATCH] 123
---
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