From 5b68691d22ff32e216ebf744f4d2ae7dffe50252 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Wed, 7 Sep 2022 17:25:19 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/DepartmentTotalEcharts.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/DepartmentTotalEcharts.vue b/src/views/dashboard/DepartmentTotalEcharts.vue index 1de1297..7593e47 100644 --- a/src/views/dashboard/DepartmentTotalEcharts.vue +++ b/src/views/dashboard/DepartmentTotalEcharts.vue @@ -137,7 +137,7 @@ export default { this.columns.push({ title: item.name, align: 'center', - width: 120, + width: 100, dataIndex: 'key' + index, scopedSlots: {customRender: 'allMoney'} },)