修改样式问题

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

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

@ -51,7 +51,7 @@
:on-success="handleChange" :on-success="handleChange"
:file-list="fileList" :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-upload>
<el-button type="primary" icon="el-icon-download" @click="downloadProducts" <el-button type="primary" icon="el-icon-download" @click="downloadProducts"
v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==3"> v-if="this.thirdSysDetail.enabled && this.thirdSysDetail.fromType==3">

Loading…
Cancel
Save