调增运营后台产品列表样式&&增加补贴审核购车合同

This commit is contained in:
lcc
2025-09-07 14:57:55 +08:00
parent 647e71c564
commit f12d07568a
2 changed files with 19 additions and 4 deletions
+9 -4
View File
@@ -356,14 +356,16 @@
label: '推广范围',
showOverflowTooltip: true,
minWidth: 80,
slot: 'cityName'
slot: 'cityName',
align: 'center'
},
{
prop: 'timeLaunch',
label: '上架时间',
sortable: 'custom',
showOverflowTooltip: true,
minWidth: 100
minWidth: 100,
align: 'center'
},
{
prop: 'status',
@@ -457,7 +459,10 @@
},
/* 刷新表格 */
reload() {
this.$refs.table.reload({ page: 1, where: this.where });
this.$refs.table.reload({
page: this.$refs.table.page,
where: this.where
});
},
/* 删除 */
remove(row) {
@@ -504,7 +509,7 @@
.then((msg) => {
loading.close();
this.$message.success(msg);
this.reload();
// this.reload();
})
.catch((e) => {
loading.close();
@@ -28,6 +28,15 @@
<el-form-item label="未通过原因:" v-if="form.ifcheck === 2">
{{ form.reason }}
</el-form-item>
<el-form-item label="购车合同:">
<el-image
v-if="form.contractImg"
style="width: 200px; height: 200px"
:src="form.contractImg"
:preview-src-list="[form.contractImg]"
>
</el-image>
</el-form-item>
<el-form-item label="发票:">
<el-image
style="width: 200px; height: 200px"
@@ -66,6 +75,7 @@
bizName: '',
brandName: '',
statusCn: '',
contractImg: '',
billImg: '',
businessImg: '',
cTime: '',