From 8b59fc7dc34cd672db4abc34992d3428941c9f1d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 04 三月 2025 22:00:29 +0800
Subject: [PATCH] 日志展示bug
---
src/views/flowable/task/myProcess/send/index.vue | 2 +-
src/views/flowable/task/myProcess/detail/index.vue | 2 +-
src/views/projectProcess/detail/index.vue | 2 +-
src/views/projectProcess/components/LogView.vue | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/flowable/task/myProcess/detail/index.vue b/src/views/flowable/task/myProcess/detail/index.vue
index 12e1c8f..765ff17 100644
--- a/src/views/flowable/task/myProcess/detail/index.vue
+++ b/src/views/flowable/task/myProcess/detail/index.vue
@@ -34,7 +34,7 @@
<el-popover
placement="right-start"
title="浠诲姟鏃ュ織"
- width="600"
+ width="800"
trigger="hover"
>
<div v-if="formDataObj.events.length > 0">
diff --git a/src/views/flowable/task/myProcess/send/index.vue b/src/views/flowable/task/myProcess/send/index.vue
index f0a549d..7733685 100644
--- a/src/views/flowable/task/myProcess/send/index.vue
+++ b/src/views/flowable/task/myProcess/send/index.vue
@@ -34,7 +34,7 @@
style="margin-left: 10px" v-if="formDataObj.events.length > 0"
placement="right-start"
title="浠诲姟鏃ュ織"
- width="600"
+ width="800"
trigger="hover"
>
<div v-if="formDataObj.events.length > 0">
diff --git a/src/views/projectProcess/components/LogView.vue b/src/views/projectProcess/components/LogView.vue
index e2ec6df..7ed1aec 100644
--- a/src/views/projectProcess/components/LogView.vue
+++ b/src/views/projectProcess/components/LogView.vue
@@ -73,7 +73,7 @@
锛�
<span class="tag jump">璺宠繃璇存槑</span>
锛�
- <span class="tag">{{log.eventDataJson.desc}}</span>
+ <span class="tag">{{log.eventDataObj.desc}}</span>
</div>
</div>
<div class="log" v-else-if="log.eventType === 'SUPERVISE'">
diff --git a/src/views/projectProcess/detail/index.vue b/src/views/projectProcess/detail/index.vue
index 22a4f97..95a42ab 100644
--- a/src/views/projectProcess/detail/index.vue
+++ b/src/views/projectProcess/detail/index.vue
@@ -329,7 +329,7 @@
this.superviseForm.content ='';
this.superviseForm.taskId = row.taskId;
this.superviseForm.projectId = this.$route.query.projectId;
- this.superviseForm.processInsId = row.taskId;
+ this.superviseForm.processInsId = row.processInsId;
this.superviseForm.superviseType = "SUPERVISE";
this.superviseForm.receiverType = row.handlerType;
if (row.handlerType === 'USER') {
--
Gitblit v1.8.0