| | |
| | | <a-col :xl="6" :lg="7" :md="8" :sm="24"> |
| | | <a-space> |
| | | <a-button type="primary" @click="searchQuery" icon="search">查询</a-button> |
| | | <!--<a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">重置</a-button>--> |
| | | <!--<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>--> |
| | | <!--<a-button type="primary" icon="download" @click="handleExportXls('Camera')">导出</a-button>--> |
| | | <!--<a-button type="primary" icon="upload" @click="showImport">导入</a-button>--> |
| | | <!--<j-import-modal ref="importModal" :url="url.importXlsUrl" @ok="handleImportExcel"></j-import-modal>--> |
| | | |
| | | <!--<a-upload--> |
| | | <!--name="file"--> |
| | | <!--:showUploadList="false"--> |
| | | <!--:headers="tokenHeader"--> |
| | | <!--:action="getImportXlsUrl"--> |
| | | <!--@change="handleImportExcel"--> |
| | | <!-->--> |
| | | <!--<a-button type="primary" icon="upload">--> |
| | | <!--批量导入--> |
| | | <!--</a-button>--> |
| | | <!--</a-upload>--> |
| | | <!--<a-dropdown v-if="selectedRowKeys.length > 0">--> |
| | | <!--<a-menu slot="overlay">--> |
| | | <!--<a-menu-item key="1" @click="batchDel">--> |
| | | <!--<a-icon type="delete" />--> |
| | | <!--删除--> |
| | | <!--</a-menu-item>--> |
| | | <!--</a-menu>--> |
| | | <!--<a-button style="margin-left: 8px">--> |
| | | <!--批量操作--> |
| | | <!--<a-icon type="down" />--> |
| | | <!--</a-button>--> |
| | | <!--</a-dropdown>--> |
| | | <a-button type="primary" @click="handleAdd" icon="plus">新增</a-button> |
| | | <a-button type="primary" icon="download" @click="handleExportXls('Camera')">导出</a-button> |
| | | </a-space> |
| | | </a-col> |
| | | </span> |