feat: 商家端代码
This commit is contained in:
13
src/pagesMerchant/mock/stats.ts
Normal file
13
src/pagesMerchant/mock/stats.ts
Normal 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,
|
||||
}
|
||||
Reference in New Issue
Block a user