diff --git a/jero-web/src/components/ocrUpload/index.vue b/jero-web/src/components/ocrUpload/index.vue index d1aa2e85f..ce647af00 100644 --- a/jero-web/src/components/ocrUpload/index.vue +++ b/jero-web/src/components/ocrUpload/index.vue @@ -1,8 +1,8 @@ @@ -151,8 +155,8 @@ searchReset(){ }, - onSelectChange(){ - + onSelectChange(rowKeys){ + console.log('key',rowKeys) }, //点击页数 onChangePage(page,pageSize){ @@ -164,6 +168,10 @@ this.queryParams.pageSize = pageSize this.loadData() }, + //导入按钮 + tableExport(){ + // this.$emit('exportVisible',true) + } }, } @@ -181,4 +189,11 @@ margin-top: 20px; } } + .doc-table-footer{ + margin-top: 20px; + text-align: center; + .btn-export{ + margin-right: 20px; + } + } \ No newline at end of file