From f84ce5767570a5bad83f2729a95277ac5ce847b5 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 03 一月 2025 13:38:10 +0800 Subject: [PATCH] 赋码 --- src/views/flowable/task/myProcess/detail/index.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/views/flowable/task/myProcess/detail/index.vue b/src/views/flowable/task/myProcess/detail/index.vue index 6d4a7ce..f1d763c 100644 --- a/src/views/flowable/task/myProcess/detail/index.vue +++ b/src/views/flowable/task/myProcess/detail/index.vue @@ -29,7 +29,8 @@ > <p style="font-weight: 700">{{item.taskName}} <span v-if="item.comment && item.comment.type === '3'" style="color: red">(鎵ц浜嗛┏鍥�)</span> - <span v-if="item.overtime" style="color: red">(宸茶秴鏃�)</span> + <span v-if="item.overtime && item.overtime==='red'" style="color: red">(宸茶秴鏃�)</span> + <span v-if="item.overtime && item.overtime==='yellow'" style="color: orange">(鍗冲皢瓒呮椂)</span> </p> <el-card :body-style="{ padding: '10px' }"> <el-descriptions class="margin-top" :column="1" size="small" border> @@ -192,6 +193,8 @@ }, /** 杩斿洖椤甸潰 */ goBack() { + // 鍏抽棴褰撳墠鏍囩椤� + this.$store.dispatch("tagsView/delView", this.$route); this.$router.push({ path: '/projectFlow/detail', query: { -- Gitblit v1.8.0