feat:【antd/ele】【mall/stat】优化 api 的注释
This commit is contained in:
@@ -19,7 +19,7 @@ import MemberTerminalCard from './modules/terminal-card.vue';
|
||||
defineOptions({ name: 'MemberStatistics' });
|
||||
|
||||
const loading = ref(true); // 加载中
|
||||
const summary = ref<MallMemberStatisticsApi.Summary>(); // 会员统计数据
|
||||
const summary = ref<MallMemberStatisticsApi.SummaryRespVO>(); // 会员统计数据
|
||||
|
||||
/** 查询会员统计 */
|
||||
async function loadMemberSummary() {
|
||||
|
||||
Reference in New Issue
Block a user