[update] 待办增加节点名称列

This commit is contained in:
lideqin
2024-03-04 18:00:53 +08:00
parent 79c7510a68
commit 17f1f99fb1
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -240,6 +240,7 @@ module.exports = {
draft: '草稿',
processNumber: '流程编号',
processType: '流程类型',
nodeName: '节点名称',
initiator: '发起人',
receivingTaskTime: '接收任务时间',
currentProcessor: '当前处理人',
@@ -156,6 +156,13 @@ export default {
dataIndex: 'prcName',
scopedSlots: { customRender: 'text' }
},
{ // 节点名称
title: this.$t('workCenter.processCenter.nodeName'),
align: 'center',
width: 180,
dataIndex: 'taskName',
scopedSlots: { customRender: 'text' }
},
{ // 发起人
title: this.$t('workCenter.processCenter.initiator'),
align: 'center',