From a769c0d917420accf86a202391f65a801a15c7f7 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期五, 10 十一月 2023 18:03:38 +0800
Subject: [PATCH] 11
---
src/views/project/fund/performanceApply/index.vue | 25 ++++++++++++++++++++-----
1 files changed, 20 insertions(+), 5 deletions(-)
diff --git a/src/views/project/fund/performanceApply/index.vue b/src/views/project/fund/performanceApply/index.vue
index 5a932c4..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"
@@ -207,6 +204,13 @@
@click="handleUpdate(scope.row)"
v-hasPermi="['project:medicalfund:edit']"
>淇敼</el-button
+ >
+ <el-button
+ size="mini"
+ type="text"
+ icon="el-icon-edit"
+ @click="duplicationfn(scope.row)"
+ >澶嶅埗</el-button
>
<el-button
size="mini"
@@ -282,7 +286,6 @@
"sys_expensetype",
"sys_performance_type",
"sys_stage_type"
-
],
data() {
//杩欓噷瀛樻斁鏁版嵁
@@ -458,6 +461,18 @@
query: { id: row.id, businessType: "5", operationType: "update" }
});
},
+ /** 澶嶅埗鎸夐挳鎿嶄綔 */
+ duplicationfn(row) {
+ this.$router.push({
+ path: "/finance/performancedetails/",
+ query: {
+ id: row.id,
+ businessType: "5",
+ Copy: "1",
+ operationType: "update"
+ }
+ });
+ },
/** 鏌ョ湅鎸夐挳鎿嶄綔 */
handleDetail(row) {
--
Gitblit v1.9.3