From 5a04ad14ef19b86ad4fd401af5f7d7272e8e01fe Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 14 二月 2025 15:02:58 +0800
Subject: [PATCH] 流程推进详情页查看流程日志优化

---
 src/components/Process/panel/taskListener.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/Process/panel/taskListener.vue b/src/components/Process/panel/taskListener.vue
index 88d4896..c46c01c 100644
--- a/src/components/Process/panel/taskListener.vue
+++ b/src/components/Process/panel/taskListener.vue
@@ -429,7 +429,7 @@
         // 0-0 鏍煎紡
         const regex = /^(\d{1,3})-(\d{1,2})$/;
         for (let i = 0; i < this.listenerForm.fields.length; i++) {
-          if (this.listenerForm.fields[i].name === '绾㈢爜鏃堕暱' || this.listenerForm.fields[i].name === '榛勭爜鏃堕暱') {
+          if (this.listenerForm.fields[i].name === '绾㈢爜鏃堕暱' || this.listenerForm.fields[i].name === '榛勭爜鏃堕暱' || this.listenerForm.fields[i].name === '鍔炵悊鏈熼檺') {
             const match = this.listenerForm.fields[i].string.match(regex);
             if (match) {
               const hours1 = parseInt(match[1], 10);

--
Gitblit v1.8.0