修改样式问题

prod
郑明梁 2 years ago
parent 1f564608b6
commit 3a55d3143c

@ -260,13 +260,11 @@ export default {
listApplyDetail(query) //
.then((response) => {
this.detailList = response.data.list || [];
this.total = response.data.total || 0;
this.loading = false;
})
.catch(() => {
this.loading = false;
this.detailList = [];
this.total = 0;
});
},
handleClose(){

@ -51,7 +51,7 @@
:on-success="handleChange"
:file-list="fileList"
>
<el-button size="mini" icon="el-icon-bottom-right" type="primary">导入产品信息</el-button>
<el-button icon="el-icon-bottom-right" type="primary">导入产品信息</el-button>
</el-upload>
<el-button type="primary" icon="el-icon-download" @click="downloadProducts"
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==3">

Loading…
Cancel
Save