diff --git a/project/fengdu/app/AppIntegratingAudit/components/List.vue b/project/fengdu/app/AppIntegratingAudit/components/List.vue index 00bd4d71..0fddd089 100644 --- a/project/fengdu/app/AppIntegratingAudit/components/List.vue +++ b/project/fengdu/app/AppIntegratingAudit/components/List.vue @@ -81,7 +81,7 @@ diff --git a/project/fengdu/app/AppIntegratingDjust/components/List.vue b/project/fengdu/app/AppIntegratingDjust/components/List.vue index b58d6c39..8a75fe32 100644 --- a/project/fengdu/app/AppIntegratingDjust/components/List.vue +++ b/project/fengdu/app/AppIntegratingDjust/components/List.vue @@ -30,11 +30,10 @@ :col-configs="colConfigs" :dict="dict" @sort-change="changeTableSort"> - + @@ -131,7 +130,7 @@ export default { colConfigs() { return [ { prop: "userName", label: '姓名', align: "left", }, - { prop: "girdName", label: '所属网格' }, + { prop: "girdName", label: '所属网格', align: "center" }, { prop: "integral", label: '积分余额', align: "center", sortable: "custom" }, { prop: "totalIntegral", label: '累计积分', align: "center", sortable: "custom" }, { prop: "usedIntegral", label: '已用积分', align: "center", sortable: "custom" },