feat: 更新仪表盘标题和描述,添加异常状态查询字段,优化管理员导航和API导出
This commit is contained in:
@@ -21,6 +21,7 @@ export type TransferOrderListQuery = {
|
||||
created_from?: string;
|
||||
created_to?: string;
|
||||
status?: string;
|
||||
/** 仅异常:processing / failed / pending_reconcile */
|
||||
abnormal?: boolean;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user