feat: 商家端代码

This commit is contained in:
FlowerWater
2025-12-19 12:04:22 +08:00
parent 3c21b074c4
commit 9591234e70
22 changed files with 4776 additions and 210 deletions

View File

@@ -0,0 +1,13 @@
/**
* 商户端统计数据 Mock
*/
import type { MerchantStats } from '@/typings/merchant'
export const mockMerchantStats: MerchantStats = {
todayOrders: 128,
pendingOrders: 23,
todaySales: 15680.50,
totalGoods: 356,
lowStockGoods: 12,
pendingSettlement: 8560.00,
}