From 372d69ea85b0a49152552987475c10470184f84d Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Mon, 26 Dec 2022 14:49:48 +0800 Subject: [PATCH] bug --- project/hlj/app/AppFormAudit/components/List.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: [],