From 126d60e2b14c47d390ec05b584b3504465a293d3 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期六, 12 八月 2023 23:30:13 +0800 Subject: [PATCH] yxh --- src/views/project/fundcheck/medicalCostCheck/index.vue | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/views/project/fundcheck/medicalCostCheck/index.vue b/src/views/project/fundcheck/medicalCostCheck/index.vue index 97a0d55..aad447f 100644 --- a/src/views/project/fundcheck/medicalCostCheck/index.vue +++ b/src/views/project/fundcheck/medicalCostCheck/index.vue @@ -72,9 +72,9 @@ <el-table-column label="鎿嶄綔" fixed="right" align="center" class-name="small-padding fixed-width" width="260px"> <template slot-scope="scope"> <el-button v-if="scope.row.checkFlag == 1" size="mini" type="text" icon="el-icon-edit" - @click="handleUpdate(scope.row)">瀹℃牳</el-button> + @click="handleCheck(scope.row)">瀹℃牳</el-button> <!-- v-hasPermi="['project:donateconsolationfund:edit']" --> - <el-button size="mini" type="text" icon="el-icon-edit" @click="handleShow(scope.row)">璇︽儏</el-button> + <el-button size="mini" type="text" icon="el-icon-edit" @click="handleDetail(scope.row)">鏌ョ湅</el-button> <el-button size="mini" type="text" icon="el-icon-download" @click="totaldayin(scope.row.id)">涓嬭浇</el-button> <!-- v-hasPermi="['project:donateconsolationfund:download']" --> @@ -912,7 +912,7 @@ } }, /** 淇敼鎸夐挳鎿嶄綔 */ - handleUpdate(row) { + handleCheck(row) { this.$router.push({ path: "/finance/applyDetail/", query: { @@ -953,7 +953,17 @@ }, //鏌ョ湅瀹℃牳璇︽儏 - handleShow(row) { + handleDetail(row) { + this.$router.push({ + path: "/finance/applyDetail/", + query: { + id: row.id, + businessType: "3", + operationType: "detail" + } + }); + return; + this.isopen = 0; this.reset(); this.queryParams.params = {}; -- Gitblit v1.9.3