From 4248e915b39ffc72dd2c0837fa7b988c2c38031f Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 6 Apr 2023 14:20:01 +0800 Subject: [PATCH] 189 --- project/fengdu/app/AppIntegratingAudit/components/List.vue | 2 +- project/fengdu/app/AppIntegratingDjust/components/List.vue | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) 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" },