From acf78f6ef785df7f5fa15d1ee0fc62c0bbbe74f6 Mon Sep 17 00:00:00 2001 From: luohairen <3399054449@qq.com> Date: 星期五, 29 十一月 2024 02:37:42 +0800 Subject: [PATCH] 项目计划审批 --- src/views/projectProcess/index.vue | 24 +++++++++++++++++------- 1 files changed, 17 insertions(+), 7 deletions(-) diff --git a/src/views/projectProcess/index.vue b/src/views/projectProcess/index.vue index 04f06a1..18f76a8 100644 --- a/src/views/projectProcess/index.vue +++ b/src/views/projectProcess/index.vue @@ -226,13 +226,13 @@ <!-- 鎿嶄綔鍒� --> <el-table-column label="鎿嶄綔" width="140" align="center" > <template slot-scope="scope"> - <!-- <el-button--> - <!-- size="medium"--> - <!-- type="text"--> - <!-- icon="el-icon-view"--> - <!-- @click="lookProcessDetail(scope.row)"--> - <!-- >--> - <!-- </el-button>--> + <el-button + size="medium" + type="text" + icon="el-icon-view" + @click="lookProcessDetail(scope.row)" + > + </el-button> <!-- <el-button--> <!-- v-if="isReserve"--> <!-- size="medium"--> @@ -387,6 +387,16 @@ this.getList(); }, methods: { + // 鏌ョ湅璇︽儏 + lookProcessDetail(row) { + this.$router.push({ + path: '/projectFlow/detail', + query: { + projectId: row.id, + processId: row.flowableProcessId + } + }) + }, closeRunProcess() { this.projectRunFrom = { projectId: null, -- Gitblit v1.8.0