Browse Source

2024-10-21

优化
master
fengyuan_yang 1 year ago
parent
commit
dad1ec23a3
  1. 4
      src/views/modules/changeManagement/approvalInformation.vue

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

Loading…
Cancel
Save