From 306cb9231cef41c14499bd6aa62d4087ea370e7e Mon Sep 17 00:00:00 2001 From: tianq Date: Fri, 14 Apr 2023 11:15:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=80=BB=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/census/census-houseList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/census/census-houseList.vue b/src/views/modules/census/census-houseList.vue index 27a21569e..cbe1bd72b 100644 --- a/src/views/modules/census/census-houseList.vue +++ b/src/views/modules/census/census-houseList.vue @@ -543,7 +543,7 @@ export default { }, color: this.color, title: { - text: this.pieData.total, + text: this.pieData2.total, subtext: '总数', x: 'center', y: 'center',