|
@@ -107,8 +107,18 @@
|
|
|
v-if="$checkBtnRole('add', $route.meta.roles)"
|
|
|
>新增</el-button
|
|
|
>
|
|
|
- <ExportButton class="ml" :exUrl="'reserve/download'" exText="下载模板" :exParams="{}" />
|
|
|
- <ImportButton :imUrl="'reserve/importData'" @importSuccess="getList" />
|
|
|
+ <ExportButton
|
|
|
+ class="ml"
|
|
|
+ :exUrl="'reserve/download'"
|
|
|
+ v-if="$checkBtnRole('add', $route.meta.roles)"
|
|
|
+ exText="下载模板"
|
|
|
+ :exParams="{}"
|
|
|
+ />
|
|
|
+ <ImportButton
|
|
|
+ :imUrl="'reserve/importData'"
|
|
|
+ v-if="$checkBtnRole('add', $route.meta.roles)"
|
|
|
+ @importSuccess="getList"
|
|
|
+ />
|
|
|
</div>
|
|
|
<div class="fr">
|
|
|
<ExportButton :exUrl="'reserve/export'" :exParams="exParams" />
|