[update OCR识别] 暂无搜索
This commit is contained in:
@@ -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' }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user