|
@@ -13,8 +13,8 @@ export function dealStepData (list, stepList) {
|
|
|
stepList.push({
|
|
|
// icon: item.approvalState === '0' ? 'el-icon-location' : 'el-icon-location-outline',
|
|
|
icon: 'el-icon-location',
|
|
|
- title: item.stepName
|
|
|
- // description: formatStepDesc(item.processLogInfoList)
|
|
|
+ title: '状态:' + item.stepName,
|
|
|
+ description: item.assigneeName ? '审批人:' + item.assigneeName : ''
|
|
|
})
|
|
|
})
|
|
|
stepList.push({
|