|
|
@@ -36,14 +36,11 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="table-operator" style="margin-bottom: 8px;">
|
|
|
- <a-button v-if="$auth('fill-infos-add')" type="primary" icon="plus"
|
|
|
- @click="$refs.baseModal.base()">保养内容项</a-button>
|
|
|
- <a-button v-if="$auth('fill-infos-add')" style="margin-left: 3%;" type="primary" icon="plus"
|
|
|
- @click="previewSome()">勾选预览</a-button>
|
|
|
- <!-- <a-button style="margin-left: 3%;" v-if="$auth('fill-infos-export')" type="primary" icon="download" @click="doExport">导出数据</a-button>-->
|
|
|
- <a-button style="margin-left: 3%;" v-if="$auth('fill-infos-export')" type="primary" icon="download"
|
|
|
- @click="doImport">导入标准文件</a-button>
|
|
|
- <a-button style="margin-left: 3%;" v-if="$auth('fill-infos-export')" type="primary" icon="download"
|
|
|
+ <a-button type="primary" icon="plus" @click="$refs.baseModal.base()">保养内容项</a-button>
|
|
|
+ <a-button style="margin-left: 3%;" type="primary" icon="plus" @click="previewSome()">勾选预览</a-button>
|
|
|
+ <!-- <a-button style="margin-left: 3%;" type="primary" icon="download" @click="doExport">导出数据</a-button>-->
|
|
|
+ <a-button style="margin-left: 3%;" type="primary" icon="download" @click="doImport">导入标准文件</a-button>
|
|
|
+ <a-button style="margin-left: 3%;" type="primary" icon="download"
|
|
|
@click="doDownloadImportTemplate">导入模板下载</a-button>
|
|
|
<!-- <a-dropdown v-action:edit v-if="selectedRowKeys.length > 0 && $auth('fill-infos-del')">
|
|
|
<a-menu slot="overlay">
|