feat(admin): 订单页筛选改版并支持用户与商品模糊搜索

收起次要筛选项,去掉过滤测试;列表可按用户编号/昵称/备注/手机与商品名称/规格查询。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-28 13:10:36 +08:00
parent fccfd7abbe
commit b226af2adc
5 changed files with 223 additions and 109 deletions
+2
View File
@@ -9,6 +9,8 @@ export interface AdminOrdersListQuery extends AdminListQuery {
status?: string | string[];
orderType?: string;
userId?: string;
userKeyword?: string;
productKeyword?: string;
cityId?: string;
receiverPhone?: string;
fulfillmentHold?: string | boolean;