[update] 修改bug80673

This commit is contained in:
lideqin
2024-01-12 18:00:33 +08:00
parent 229f15c0c7
commit 386ceaa7bc
@@ -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' },