| 发起人 | ++ {{ printData.processInstance.startUser?.nickname }} + | +发起时间 | ++ {{ formatDate(printData.processInstance.startTime) }} + | +
| 所属部门 | ++ {{ printData.processInstance.startUser?.deptName }} + | +流程状态 | ++ {{ + getDictLabel( + DICT_TYPE.BPM_PROCESS_INSTANCE_STATUS, + printData.processInstance.status, + ) + }} + | +
+ 表单内容+ |
+ |||
| + {{ item.name }} + | ++ + | +||
+ 流程记录+ |
+ |||
| + {{ item.name }} + | +
+ {{ item.description }}
+
+
+ |
+ ||