src/components/BpmnView/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/components/BpmnView/index.vue
@@ -133,6 +133,7 @@ <p>开始时间:${data.startTime || ''}</p> <p>结束时间:${data.endTime || ''}</p> <p>审批耗时:${data.runDuration || ''}</p> <p>流程版本:v${data.version || ''}</p> </div>` }); };