|
@@ -62,10 +62,10 @@
|
|
|
<!-- 操作按钮区域 -->
|
|
<!-- 操作按钮区域 -->
|
|
|
<div class="table-operator" style="margin: 15px 0">
|
|
<div class="table-operator" style="margin: 15px 0">
|
|
|
<a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
|
|
<a-button type="primary" icon="plus" @click="handleAdd">新增</a-button>
|
|
|
- <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>
|
|
|
|
|
- <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">
|
|
|
|
|
- <a-button ghost type="danger" icon="import">导入</a-button>
|
|
|
|
|
- </a-upload>
|
|
|
|
|
|
|
+<!-- <a-button ghost type="danger" icon="download" @click="handleExportXls('角色信息')">导出</a-button>-->
|
|
|
|
|
+<!-- <a-upload name="file" :show-upload-list="false" :multiple="false" :headers="tokenHeader" :action="url.importExcelUrl" @change="handleImportExcel">-->
|
|
|
|
|
+<!-- <a-button ghost type="danger" icon="import">导入</a-button>-->
|
|
|
|
|
+<!-- </a-upload>-->
|
|
|
|
|
|
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
<a-dropdown v-if="selectedRowKeys.length > 0">
|
|
|
<a-menu slot="overlay">
|
|
<a-menu slot="overlay">
|