From 0fad917ca74ed2698acd0115672d795a4a935df9 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 03 一月 2025 09:42:43 +0800 Subject: [PATCH] 任务详情无数据的提示 --- src/views/flowable/task/myProcess/send/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/flowable/task/myProcess/send/index.vue b/src/views/flowable/task/myProcess/send/index.vue index a6dc3b9..7c23992 100644 --- a/src/views/flowable/task/myProcess/send/index.vue +++ b/src/views/flowable/task/myProcess/send/index.vue @@ -2,7 +2,7 @@ <div class="app-container"> <el-card class="box-card" > <div slot="header" class="clearfix"> - <span class="el-icon-document">{{`娴佺▼澶勭悊锛歚 + processName}}</span> + <span class="el-icon-document">{{`娴佺▼鍔炵悊锛歚 + processName}}</span> <el-button style="float: right;" size="mini" type="danger" @click="goBack">鍏抽棴</el-button> </div> <el-tabs tab-position="top" v-model="activeName" @tab-click="handleClick"> @@ -455,7 +455,8 @@ path: '/projectFlow/detail', query: { projectId: this.goBackParams.projectId, - processDefId: this.goBackParams.processDefId + processDefId: this.goBackParams.processDefId, + processName: this.goBackParams.processName } }) }, -- Gitblit v1.8.0