feat: move layout_recognize to the bottom (#146)

* feat: add Page Ranges label

* feat: move layout_recognize to the bottom
This commit is contained in:
balibabu
2024-03-25 12:54:10 +08:00
committed by GitHub
parent da39723f17
commit 1d9a50b090
3 changed files with 155 additions and 124 deletions

View File

@@ -231,6 +231,7 @@ const KnowledgeFile = () => {
onOk={onChangeParserOk}
visible={changeParserVisible}
hideModal={hideChangeParserModal}
disabled={currentRecord.chunk_num > 0}
loading={changeParserLoading}
/>
<RenameModal