新增上传队列显示

This commit is contained in:
2026-01-29 16:54:45 +08:00
parent 7e6424e9ac
commit 0a436311c8
5 changed files with 920 additions and 34 deletions
+1
View File
@@ -113,6 +113,7 @@ function getDocumentTypeIdsFromSession(): number[] | null {
export enum DocumentStatus {
waiting = 'waiting',
WAITING = "Waiting",
QUEUED = "Queued", // 排队中
CUTTING = "Cutting",
EXTRACTIONING = "Extractioning",
EVALUATIONING = "Evaluationing",