|
@@ -28,7 +28,7 @@
|
|
|
<div class="table-operator" style="margin-bottom: 8px;">
|
|
|
<a-row>
|
|
|
<a-col :md="16">
|
|
|
- <a-button v-if="$auth('preparation-preparations-add')" type="primary" icon="plus" @click="handleAdd()">新增</a-button>
|
|
|
+ <a-button type="primary" icon="plus" @click="handleAdd()">新增</a-button>
|
|
|
<a-button style="margin-left: 8px" v-if="$auth('preparation-preparations-export')" type="primary" icon="download" @click="doExport">导出</a-button>
|
|
|
<a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 && $auth('preparation-preparations-del')">
|
|
|
<a-menu slot="overlay">
|