|
|
|
@ -30,7 +30,10 @@
|
|
|
|
<!--档案上传-->
|
|
|
|
<!--档案上传-->
|
|
|
|
<el-col :span="20" :xs="24">
|
|
|
|
<el-col :span="20" :xs="24">
|
|
|
|
<div style="display: flex; justify-content: space-between">
|
|
|
|
<div style="display: flex; justify-content: space-between">
|
|
|
|
|
|
|
|
<div>
|
|
|
|
<el-button icon="el-icon-upload2" type="primary" @click="handleImport">点击上传</el-button>
|
|
|
|
<el-button icon="el-icon-upload2" type="primary" @click="handleImport">点击上传</el-button>
|
|
|
|
|
|
|
|
<el-button icon="el-icon-upload2" type="primary">扫描上传</el-button>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<el-button icon="el-icon-full-screen" type="primary" v-if="pictureRecard.length>0" @click="OCRRecognition">OCR识别</el-button>
|
|
|
|
<el-button icon="el-icon-full-screen" type="primary" v-if="pictureRecard.length>0" @click="OCRRecognition">OCR识别</el-button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|