feat:【mall 商城】会员统计【ele】100% 全部完成
This commit is contained in:
@@ -34,6 +34,7 @@ const getMemberTerminalStatisticsList = async () => {
|
||||
value: userCount || 0,
|
||||
};
|
||||
});
|
||||
// 更新 Echarts 数据
|
||||
await renderEcharts(getTerminalChartOptions(chartData));
|
||||
} finally {
|
||||
loading.value = false;
|
||||
@@ -47,9 +48,9 @@ onMounted(() => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<ElCard :border="false" class="h-full">
|
||||
<ElCard class="h-full">
|
||||
<template #header>
|
||||
<div>会员终端</div>
|
||||
<span>会员终端</span>
|
||||
</template>
|
||||
<div v-loading="loading">
|
||||
<EchartsUI ref="chartRef" />
|
||||
|
||||
Reference in New Issue
Block a user