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(