|
@@ -38,19 +38,19 @@
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- 操作按钮区域 -->
|
|
<!-- 操作按钮区域 -->
|
|
|
- <div class="table-operator">
|
|
|
|
|
- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>
|
|
|
|
|
|
|
+ <!--<div class="table-operator">-->
|
|
|
|
|
+ <!--<a-button @click="handleAdd" type="primary" icon="plus">新增</a-button>-->
|
|
|
<!--<a-button type="primary" icon="download" @click="handleExportXls('企业审核')">导出</a-button>-->
|
|
<!--<a-button type="primary" icon="download" @click="handleExportXls('企业审核')">导出</a-button>-->
|
|
|
<!--<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
|
|
<!--<a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
|
|
|
<!--<a-button type="primary" icon="import">导入</a-button>-->
|
|
<!--<a-button type="primary" icon="import">导入</a-button>-->
|
|
|
<!--</a-upload>-->
|
|
<!--</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>
|
|
|
|
|
- </div>
|
|
|
|
|
|
|
+ <!--<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>-->
|
|
|
|
|
+ <!--</div>-->
|
|
|
|
|
|
|
|
<!-- table区域-begin -->
|
|
<!-- table区域-begin -->
|
|
|
<div>
|
|
<div>
|