diff --git a/src/views/workCenter/enterpriseStandardInitChange/modules/FinishTimeChangeBaseInfo.vue b/src/views/workCenter/enterpriseStandardInitChange/modules/FinishTimeChangeBaseInfo.vue index ff0dc105..1f6decb5 100644 --- a/src/views/workCenter/enterpriseStandardInitChange/modules/FinishTimeChangeBaseInfo.vue +++ b/src/views/workCenter/enterpriseStandardInitChange/modules/FinishTimeChangeBaseInfo.vue @@ -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' },