feat: optimize routing and operations views

This commit is contained in:
hectorzhao
2026-07-29 22:32:28 +08:00
parent 500f43f673
commit c0a4317a7e
21 changed files with 718 additions and 86 deletions
@@ -39,6 +39,7 @@ export class AdminOperationsController {
@Query('phoneNumber') phoneNumber?: string,
@Query('contentKeyword') contentKeyword?: string,
@Query('channelKeyword') channelKeyword?: string,
@Query('carrier') carrier?: string,
@Query('queuedAtFrom') queuedAtFrom?: string,
@Query('queuedAtTo') queuedAtTo?: string,
@Query('status') status?: string,
@@ -54,6 +55,7 @@ export class AdminOperationsController {
phoneNumber,
contentKeyword,
channelKeyword,
carrier,
queuedAtFrom,
queuedAtTo,
status,
@@ -70,6 +72,7 @@ export class AdminOperationsController {
@Query('phoneNumber') phoneNumber: string | undefined,
@Query('contentKeyword') contentKeyword: string | undefined,
@Query('channelKeyword') channelKeyword: string | undefined,
@Query('carrier') carrier: string | undefined,
@Query('queuedAtFrom') queuedAtFrom: string | undefined,
@Query('queuedAtTo') queuedAtTo: string | undefined,
@Query('status') status: string | undefined,
@@ -82,6 +85,7 @@ export class AdminOperationsController {
phoneNumber,
contentKeyword,
channelKeyword,
carrier,
queuedAtFrom,
queuedAtTo,
status,