From a546dff142b4bca4208caa0a5372b42a50277040 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 27 Jan 2022 10:23:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=82=A3=E4=B8=AA=E4=BB=80?= =?UTF-8?q?=E4=B9=88=E5=B8=82=E5=8C=97score?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/heart/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/visual/heart/index.vue b/src/views/modules/visual/heart/index.vue index 0dff1b40..b960eb6b 100644 --- a/src/views/modules/visual/heart/index.vue +++ b/src/views/modules/visual/heart/index.vue @@ -239,7 +239,7 @@ export default { if (code === 0) { this.tb1.list = data.map((item) => { - return [{ type: "index" }, item.name, item.scroe]; + return [{ type: "index" }, item.name, item.score || item.scroe]; }); this.tb1.srcList = data; } else {