From cf1694267ab6d88086ae12aed057554e68a2d197 Mon Sep 17 00:00:00 2001 From: zhangheng Date: Mon, 13 Apr 2026 17:00:29 +0800 Subject: [PATCH] fix(const): fix --- components/label/utils/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/label/utils/constants.ts b/components/label/utils/constants.ts index 4a8e7e7..45f3b6d 100644 --- a/components/label/utils/constants.ts +++ b/components/label/utils/constants.ts @@ -32,9 +32,9 @@ export const processOpts = [ // 状态码 export const STATUS_CODE = new Map([ [1, "已创建"], - [101, "已创建"], // 审核 - [102, "已创建"], // 复审 - [103, "已创建"], // 审核3 + [101, "已创建待审核"], // 审核 + [102, "已创建待复审"], // 复审 + [103, "已创建待终审"], // 审核3 [180, "数据同步中"], [190, "Embedding生成中"], [191, "Embedding生成失败"],