From f32673c92a0d1208bbce7c1fe68bee48029d6a10 Mon Sep 17 00:00:00 2001 From: stt Date: Thu, 27 Nov 2025 14:47:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=B0=8F=E5=9C=86=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cockpit/indicatorDistribution/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/cockpit/indicatorDistribution/index.vue b/src/components/cockpit/indicatorDistribution/index.vue index 222171a..ef5b38a 100644 --- a/src/components/cockpit/indicatorDistribution/index.vue +++ b/src/components/cockpit/indicatorDistribution/index.vue @@ -420,6 +420,7 @@ const tableStore: any = new TableStore({ return { name: indexName, type: 'line', + symbol: 'none', data: dataIndex.map((item: any) => [item.timePeriod, item.times]) } })