From 77819dd0458f3c5823c40ee58606788f573ceeb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=8D=A3=E5=AE=8F?= <2241220001@qq.com> Date: Tue, 27 Aug 2024 01:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=83=AD=E5=8A=9B=E5=9B=BE=E5=80=BC=E4=B8=BA0?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/qtReport/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/qtReport/index.vue b/src/components/qtReport/index.vue index 467fffa..28c9fa4 100644 --- a/src/components/qtReport/index.vue +++ b/src/components/qtReport/index.vue @@ -109,7 +109,7 @@ export default { let dataArr = []; tableData.forEach((a, index1) => { a.forEach((b, index2) => { - dataArr.push([index1, index2, b.count || "-"]); + dataArr.push([index1, index2, b.count]); }); }); let echartOption = {