|
@@ -28,7 +28,7 @@
|
|
<div class="table-operator" style="margin-bottom: 8px;">
|
|
<div class="table-operator" style="margin-bottom: 8px;">
|
|
<a-row>
|
|
<a-row>
|
|
<a-col :md="16">
|
|
<a-col :md="16">
|
|
- <a-button type="primary" icon="plus" @click="handleAdd()">新增</a-button>
|
|
|
|
|
|
+ <a-button type="primary" icon="plus" @click="handleAdd()">添加模板</a-button>
|
|
<a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 ">
|
|
<a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 ">
|
|
<a-menu slot="overlay">
|
|
<a-menu slot="overlay">
|
|
<a-popconfirm title="是否要删除所选数据?" @confirm="batchDelete()">
|
|
<a-popconfirm title="是否要删除所选数据?" @confirm="batchDelete()">
|