From 18dd1937ced406e343dd4318fc51884bad04c24e Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 24 Jun 2024 17:01:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oms/apps/statistics/AppCorpStatistics/AppCorpOverview.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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},