From 7666f724dfb0e4fb0804f91c7f1f89b9904d6909 Mon Sep 17 00:00:00 2001 From: 愿丶 <1319542051@qq.com> Date: 星期二, 12 三月 2024 23:48:42 +0800 Subject: [PATCH] update 调整导入模型选择流程类别方式(改为表单内下拉框) --- 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