|
@@ -122,10 +122,10 @@
|
|
|
<div class="table-operator" style="margin-bottom: 8px;">
|
|
|
<a-button v-if="$auth('sb-infos-add')" type="primary" icon="plus" @click="handleAdd">新增</a-button>
|
|
|
<a-button style="margin-left: 8px" v-if="$auth('sb-infos-export')" type="primary" icon="download" @click="doExport">导出</a-button>
|
|
|
- <a-button style="margin-left:8px;" type="primary" @click="doImport">
|
|
|
+<!-- <a-button style="margin-left:8px;" type="primary" @click="doImport">
|
|
|
<a-icon type="upload"/>
|
|
|
新增导入
|
|
|
- </a-button>
|
|
|
+ </a-button>-->
|
|
|
<a-button style="margin-left:8px;" type="primary" @click="doImportStandard">
|
|
|
<a-icon type="upload"/>
|
|
|
新增设备和标准导入
|