瀏覽代碼

调整流程的显示

chris 1 年之前
父節點
當前提交
ce927bf287
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/api/util.js

+ 2 - 2
src/api/util.js

@@ -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({