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: '审批人员',