From f46a33377803967a6ea3d19e017ff54a9374adce Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期三, 13 三月 2024 21:29:31 +0800 Subject: [PATCH] !89 【轻量级 PR】:update 调整导入模型选择流程类别方式(改为表单内下拉框) Merge pull request !89 from 愿丶/N/A --- src/views/workflow/leave/index.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/workflow/leave/index.vue b/src/views/workflow/leave/index.vue index c7550b2..ae9ff00 100644 --- a/src/views/workflow/leave/index.vue +++ b/src/views/workflow/leave/index.vue @@ -83,7 +83,10 @@ <el-tooltip v-if="scope.row.processInstanceVo.businessStatus === 'waiting'" content="鎾ら攢" placement="top"> <el-button link type="primary" icon="Notification" @click="handleCancelProcessApply(scope.row.processInstanceVo.id)"></el-button> </el-tooltip> - <el-tooltip v-if="scope.row.processInstanceVo.businessStatus === 'waiting'" content="瀹℃壒璁板綍" placement="top"> + <el-tooltip v-if="scope.row.processInstanceVo.businessStatus === 'waiting' || + scope.row.processInstanceVo.businessStatus === 'finish'|| + scope.row.processInstanceVo.businessStatus === 'termination'|| + scope.row.processInstanceVo.businessStatus === 'invalid'" content="瀹℃壒璁板綍" placement="top"> <el-button link type="primary" icon="Document" @click="handleApprovalRecord(scope.row.processInstanceVo.id)"></el-button> </el-tooltip> </template> @@ -340,7 +343,7 @@ //鎻愪氦鐢宠 const handleStartWorkFlow = async (data: LeaveVO) => { - submitFormData.value.processKey = 'leave7'; + submitFormData.value.processKey = 'leave1'; submitFormData.value.businessKey = data.id; //娴佺▼鍙橀噺 taskVariables.value = { -- Gitblit v1.9.3