From dad1ec23a3ddda164b57d232098adde1e29cfafd Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Mon, 21 Oct 2024 17:54:38 +0800 Subject: [PATCH] =?UTF-8?q?2024-10-21=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/changeManagement/approvalInformation.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/changeManagement/approvalInformation.vue b/src/views/modules/changeManagement/approvalInformation.vue index a4443ed..e50724f 100644 --- a/src/views/modules/changeManagement/approvalInformation.vue +++ b/src/views/modules/changeManagement/approvalInformation.vue @@ -81,7 +81,7 @@ export default { columnWidth: 100 }, { - columnProp: 'createDate', + columnProp: 'updateDate', headerAlign: 'center', align: 'center', columnLabel: '审批时间', @@ -92,7 +92,7 @@ export default { columnWidth: 170 }, { - columnProp: 'createBy', + columnProp: 'updateBy', headerAlign: 'center', align: 'center', columnLabel: '审批人员',