审批人 :
- {{'虚拟内容'}}
+ {{ historyFlowChange.assigneeName }}
办理状态 :
-
+ {{ getActivityCommentInfo(historyFlowChange).mesName }}
审批意见 :
-
+
+ {{ getActivityCommentInfo(historyFlowChange).message }}
+ {{ getActivityCommentInfo(historyFlowChange).message }}
+
开始时间 :
- {{'虚拟内容'}}
+ {{ getHistoricActivityInstance(historyFlowChange).startTime || '--' }}
结束时间 :
- {{'虚拟内容'}}
+ {{ getHistoricActivityInstance(historyFlowChange).endTime || '' }}
用时 :
- {{'虚拟内容'}}
+ {{ historyFlowChange.durationTime || '0秒' }}