From 33b9eaccf2464e5f823b3857001d7d20794ccfe7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=A0=E9=9D=99=E8=90=9D=E8=8E=89?= Date: Wed, 15 Nov 2023 17:08:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E4=BF=AE=E5=A4=8D=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=B8=AD=E5=BF=83=E8=AF=8D=E6=9D=A1=E4=B8=8D=E7=94=9F?= =?UTF-8?q?=E6=95=88=E7=9A=84=E9=97=AE=E9=A2=98=20(#634)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/user/index.vue b/src/pages/user/index.vue index 048ccef..6f20c42 100644 --- a/src/pages/user/index.vue +++ b/src/pages/user/index.vue @@ -16,7 +16,7 @@ - +
{{ item.title }}
@@ -118,6 +118,7 @@ let lineContainer: HTMLElement; let lineChart: echarts.ECharts; const store = useSettingStore(); const chartColors = computed(() => store.chartColors); +const userInfoList = computed(() => USER_INFO_LIST); const onLineChange = (value: DateRangeValue) => { lineChart.setOption(