diff --git a/project/hlj/app/AppFormAudit/components/List.vue b/project/hlj/app/AppFormAudit/components/List.vue index 078922bd..a53d558a 100644 --- a/project/hlj/app/AppFormAudit/components/List.vue +++ b/project/hlj/app/AppFormAudit/components/List.vue @@ -94,8 +94,8 @@ id: '', colConfigs: [ { prop: 'name', label: '审批分组' }, - { prop: 'examineUserNames', align: 'center', label: '填报人员' }, - { prop: 'fillingUserNames', align: 'center', label: '审批人员' } + { prop: 'fillingUserNames', align: 'center', label: '填报人员' }, + { prop: 'examineUserNames', align: 'center', label: '审批人员' } ], isShow: false, tableData: [],