修改页面结构
This commit is contained in:
8
types/orders.uts
Normal file
8
types/orders.uts
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* 订单统计数据接口
|
||||
*/
|
||||
export interface OrderStat {
|
||||
date: string; // 日期, 例如 "01-04"
|
||||
totalAmount: number;// 订单金额
|
||||
orderCount: number; // 订单数量
|
||||
}
|
||||
Reference in New Issue
Block a user