feat:【mall 商城】会员统计【antd】45% area-card.vue 优化代码风格

This commit is contained in:
YunaiV
2025-10-19 19:29:45 +08:00
parent f84a296416
commit b2b43f2d19
5 changed files with 10 additions and 14 deletions

View File

@@ -8,9 +8,9 @@ import { DocAlert, Page } from '@vben/common-ui';
import { fenToYuan } from '@vben/utils';
import * as MemberStatisticsApi from '#/api/mall/statistics/member'; // 会员统计数据
import AnalysisOverviewIcon from '#/views/mall/home/components/analysis-overview-icon.vue';
import MemberFunnelCard from '#/views/mall/home/components/member-funnel-card.vue';
import MemberTerminalCard from '#/views/mall/home/components/member-terminal-card.vue';
// import AnalysisOverviewIcon from '#/views/mall/home/components/analysis-overview-icon.vue';
// import MemberFunnelCard from '#/views/mall/home/components/member-funnel-card.vue';
// import MemberTerminalCard from '#/views/mall/home/components/member-terminal-card.vue';
import MemberRegionCard from './components/member-region-card.vue';
import MemberSexCard from './components/member-sex-card.vue';