feat: 增加数据统计,销量统计,桌台统计

This commit is contained in:
2025-03-10 13:30:34 +08:00
parent cec6ea62df
commit f936328a66
17 changed files with 2466 additions and 28 deletions

View File

@@ -27,7 +27,7 @@ const to = (item) => {
const list = ref([
{ name: "优惠券", icon: card, path: "coupon" },
{ name: "霸王餐", icon: charge, path: "bwc" },
{ name: "邀请裂变", icon: invite, path: "" },
{ name: "邀请裂变", icon: invite, path: "invite" },
{ name: "积分锁客", icon: score, path: "points" },
]);
</script>

View File

@@ -0,0 +1,3 @@
<template>
<div>邀请</div>
</template>