From b1c351f8a0d16008524d4f17bb1948f836f5a7b0 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 28 十一月 2024 17:02:47 +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