|
|
@@ -4,14 +4,6 @@
|
|
|
<div class="table-page-search-wrapper">
|
|
|
<!-- 操作按钮区域 -->
|
|
|
<div class="table-operator" style="margin: 5px 0;float: right;position: relative">
|
|
|
- <a-button
|
|
|
- class="right-upload-btn"
|
|
|
- ghost
|
|
|
- type="primary"
|
|
|
- icon="upload"
|
|
|
- @click="$refs.fileDom.click()"
|
|
|
- >导入
|
|
|
- </a-button>
|
|
|
<input id="fileDom" type="file" ref="fileDom" style="display: none" @change="handleImport($event)">
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
<a-menu slot="overlay">
|