xiangpei
2025-03-04 8b59fc7dc34cd672db4abc34992d3428941c9f1d
日志展示bug
4个文件已修改
8 ■■■■ 已修改文件
src/views/flowable/task/myProcess/detail/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/flowable/task/myProcess/send/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/projectProcess/components/LogView.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/projectProcess/detail/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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">
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">
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'">
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') {