[update 过程稿件判断] 外部详情、企标详情、搜索中心用到过程稿件名判断,中英文抽离出来,标签管理改了之后要同步修改

This commit is contained in:
danshihao
2024-07-23 10:00:14 +08:00
parent cb06a112d3
commit 95a7d89da6
5 changed files with 32 additions and 15 deletions
+8
View File
@@ -259,3 +259,11 @@ export const OcrConvertStateEnums = {
CONVERTING: { text: '转换中', value: '1' },
CONVERTED: { text: '转换完成', value: '2' }
}
/**
* 展示区域管理
* TODO 标签管理要改了,这里也要同步一下
*/
export const DisplayAreaManagement = {
PROCESS_DOCUMENTATION: { text: '过程稿件', textEn: 'Process Documentation' }
}