吉安感知网项目-前端
张含笑
2026-01-28 23543ea3e7955f056d3b9889df4f309debc76c96
applications/task-work-order/src/views/orderView/orderManage/inspectionRequest/ViewDiaLog.vue
@@ -398,6 +398,7 @@
function loadList() {
   gdWorkOrderFlowListApi({ workOrderId: formData.value.id, type: '1' }).then(res => {
      processList.value = res.data.data
      console.log(processList.value, 'processList.value')
   })
}
@@ -511,10 +512,28 @@
</script>
<style lang="scss" scoped>
.val-long {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   cursor: pointer;
/* 时间线样式 */
:deep(.gd-timeline) {
 padding-left: 90px;
}
:deep(.el-timeline-item) {
  padding-bottom: 20px;
  .item-content {
    position: relative;
         .flowName {
            width: 80px;
            position: absolute;
            left: -120px;
            top: 0px;
         }
  }
}
:deep(.el-timeline-item__timestamp) {
  font-size: 12px;
  color: #999;
  margin-top: 2px;
}
</style>