feat:【mall 商城】交易统计、商品统计【antd】30%:迁移完成

This commit is contained in:
YunaiV
2025-10-20 09:39:41 +08:00
parent 3aee960954
commit b11b7582c2
4 changed files with 51 additions and 81 deletions

View File

@@ -39,7 +39,8 @@ async function getMemberSexStatisticsList() {
value: userCount || 0,
};
});
// 更新 Echarts 数据
// 渲染图表
await renderEcharts(getSexChartOptions(chartData));
} finally {
loading.value = false;