优化后台列表搜索

This commit is contained in:
yml2213
2026-06-21 13:17:10 +08:00
parent a0145e6b18
commit 23dbe9af22
11 changed files with 166 additions and 21 deletions
@@ -162,6 +162,7 @@ export async function fetchPendingReviewListings() {
}
export interface AdminListingQuery {
keyword?: string
owner_id?: string
status?: ListingStatus | ''
review_status?: ListingReviewStatus | ''