ocr已入库文件导入

This commit is contained in:
caoyang
2022-03-02 14:56:31 +08:00
parent 31d431d2f4
commit cb423beb93
12 changed files with 40 additions and 29 deletions
@@ -3,7 +3,7 @@
<div class="box">
<a-table
class="table"
:rowKey="(record,index)=>{return index}"
rowKey="id"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
:pagination="false"
:scroll="{x: true}"