Browse Source

修改审批记录页面流程图和记录之间使用分隔线隔开

zhanglei
yunuo970428 3 years ago
parent
commit
bea8a29618
  1. 2
      anrui-system-ui/src/components/flow/flowRecord.vue

2
anrui-system-ui/src/components/flow/flowRecord.vue

@ -8,7 +8,7 @@
<span class="el-icon-picture-outline">流程图</span>
<flow :xmlData="xmlData" :taskData="taskData"></flow>
</div>
<div style="width:50%;;float:left;">
<div style="width:50%;;float:left;border-left: 1px solid blue">
<el-timeline>
<el-timeline-item v-for="(item,index ) in flowRecordList" :key="index" :icon="setIcon(item.finishTime)" :color="setColor(item.finishTime)">
<p style="font-weight: 700">{{ item.taskName }}</p>

Loading…
Cancel
Save