|
|
|
@ -18,18 +18,18 @@
|
|
|
|
|
<el-button-group style="display:flex;">
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
|
<el-button type="primary" icon="search" @click="getList">查询</el-button>
|
|
|
|
|
<el-upload
|
|
|
|
|
:action="uploadFileUrl"
|
|
|
|
|
multiple
|
|
|
|
|
:limit="3"
|
|
|
|
|
:data="uploadData"
|
|
|
|
|
:show-file-list="false"
|
|
|
|
|
:on-success="handleChange"
|
|
|
|
|
:file-list="fileList"
|
|
|
|
|
:headers="headers"
|
|
|
|
|
>
|
|
|
|
|
<el-button size="mini" type="primary">导入产品信息</el-button>
|
|
|
|
|
</el-upload>
|
|
|
|
|
<!-- <el-upload-->
|
|
|
|
|
<!-- :action="uploadFileUrl"-->
|
|
|
|
|
<!-- multiple-->
|
|
|
|
|
<!-- :limit="3"-->
|
|
|
|
|
<!-- :data="uploadData"-->
|
|
|
|
|
<!-- :show-file-list="false"-->
|
|
|
|
|
<!-- :on-success="handleChange"-->
|
|
|
|
|
<!-- :file-list="fileList"-->
|
|
|
|
|
<!-- :headers="headers"-->
|
|
|
|
|
<!-- >-->
|
|
|
|
|
<!-- <el-button size="mini" type="primary">导入产品信息</el-button>-->
|
|
|
|
|
<!-- </el-upload>-->
|
|
|
|
|
</el-button-group>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-row>
|
|
|
|
|