From 386ceaa7bc1176fbab3656ccb7e9a04a4eb6004f Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Fri, 12 Jan 2024 18:00:33 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80673?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/FinishTimeChangeBaseInfo.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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' },