修复:订单状态的筛选

This commit is contained in:
2025-08-11 00:39:33 +08:00
parent afe54770a8
commit a2d763dd42
4 changed files with 71 additions and 105 deletions

View File

@@ -222,4 +222,5 @@ export interface ShopOrderParam extends PageParam {
userId?: number;
keywords?: string;
deliveryStatus?: number;
statusFilter?: number;
}