diff --git a/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue b/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue index 01f50390..8463a4fc 100644 --- a/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue +++ b/project/oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue @@ -98,7 +98,7 @@ export default { }, colConfigs() { return [ - {label: "企微名称", prop: "name", align: 'center', width: 250}, + {label: "企微名称", prop: "name", width: 250}, {label: "地区", prop: "areaName", align: 'center', width: 150}, {label: "地区编码", prop: "areaId", align: 'center', width: 150}, {label: "创建时间", prop: "createTime", align: 'center', width: 200},