|
@@ -6,13 +6,14 @@
|
|
|
<div class="m-core">
|
|
|
<el-button class="btn-primary" @click="onShopOperation('create')" v-permission="'/shopOperation'">添加</el-button>
|
|
|
<el-upload
|
|
|
+ style="display: inline-block;"
|
|
|
action="import/goods"
|
|
|
:show-file-list="false"
|
|
|
:before-upload="beforeUpload"
|
|
|
accept=".xlsx,.xls"
|
|
|
:limit="1"
|
|
|
:on-success="handleSuccess">
|
|
|
- <el-button class="btn-primary" @click="onImport">批量导入</el-button>
|
|
|
+ <el-button class="btn-primary">批量导入</el-button>
|
|
|
</el-upload>
|
|
|
<el-button class="btn-primary" @click="onDownload">下载模板</el-button>
|
|
|
<!-- 搜索类型 -->
|