[update OCR识别] 暂无搜索

This commit is contained in:
danshihao
2024-07-19 10:04:36 +08:00
parent a5fcafceca
commit 56a765364c
6 changed files with 351 additions and 51 deletions
+6
View File
@@ -253,3 +253,9 @@ export const IsDistribute = {
export const DecompositionSource = {
NO_INPUT: { text: '不带入', value: 'noncarry' }
}
// OCR识别-转换状态
export const OcrConvertStateEnums = {
CONVERTING: { text: '转换中', value: '1' },
CONVERTED: { text: '转换完成', value: '2' }
}