@aops/lp-inst-diagram
v1.0.8
Published
赞同流程平台流程轨迹图组件
Readme
@aops/lp-inst-diagram 组件使用
安装
npm i -S @aops/lp-inst-diagram引入
// 引入组件
import AopsLpInstDiagram from '@aops/lp-inst-diagram';使用
<AopsLpInstDiagram :xmlStr="xmlStr" :completedIds="completedIds" :currentIds="currentIds" />组件参数
flowTrackText(如果这个存在,则下面三个参数无效)流程轨迹文本,包含了xml、completedIds和currentIds的JSON字符串flowDefSceneList1.0.7新增,流程实例历史版本流程定义xmlStr流程平台流程的 XML 字符串completedIds流程轨迹-已完成的元素 ID 字符串数组currentIds流程轨迹-当前节点 ID 字符串数组
