[update] 修改bug80673
This commit is contained in:
@@ -162,6 +162,13 @@ export default {
|
||||
dataIndex: 'planApprovalDate',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 变更原因
|
||||
title: this.$t('workCenter.enterpriseInitChangePlan.changeReason'),
|
||||
align: 'center',
|
||||
width: 180,
|
||||
dataIndex: 'changeReason',
|
||||
scopedSlots: { customRender: 'text' }
|
||||
},
|
||||
{ // 操作
|
||||
title: this.$t('operation'),
|
||||
scopedSlots: { customRender: 'action' },
|
||||
|
||||
Reference in New Issue
Block a user