|
@@ -11,8 +11,8 @@
|
|
|
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">-->
|
|
|
<!-- <a-button type="primary" icon="import">导入</a-button>-->
|
|
|
<!-- </a-upload>-->
|
|
|
-<!-- <a-button title="删除多条数据" @click="batchDel" type="default">批量删除</a-button>-->
|
|
|
- <!--<a-button @click="refresh" type="default" icon="reload" :loading="loading">刷新</a-button>-->
|
|
|
+ <a-button title="删除多条数据" @click="batchDel" type="default">删除</a-button>
|
|
|
+ <a-button @click="refresh" type="default" icon="reload" :loading="loading">刷新</a-button>
|
|
|
</a-row>
|
|
|
<div style="background: #fff;padding-left:16px;height: 100%; margin-top: 5px">
|
|
|
<a-alert type="info" :showIcon="true">
|
|
@@ -44,7 +44,7 @@
|
|
|
<!--新增右键点击事件,和增加添加和删除功能-->
|
|
|
<a-menu slot="overlay">
|
|
|
<a-menu-item @click="handleAdd(3)" key="1">添加</a-menu-item>
|
|
|
-<!-- <a-menu-item @click="handleDelete" key="2">删除</a-menu-item>-->
|
|
|
+ <a-menu-item @click="handleDelete" key="2">删除</a-menu-item>
|
|
|
<a-menu-item @click="closeDrop" key="3">取消</a-menu-item>
|
|
|
</a-menu>
|
|
|
</a-dropdown>
|