This commit is contained in:
lcc
2025-06-19 17:03:24 +08:00
parent c6b0ea4938
commit 091fc69a3a
5 changed files with 37 additions and 15 deletions
+7 -7
View File
@@ -21,6 +21,13 @@
</el-select>
</el-form-item>
</el-col>
<el-col :md="12" :sm="12">
<car-model-selector
type="brandSeries"
v-model="where.selectedCar"
:key="componentKey"
/>
</el-col>
<el-col :md="12" :sm="12">
<el-form-item label="上架时间:">
<el-date-picker
@@ -35,13 +42,6 @@
/>
</el-form-item>
</el-col>
<el-col :md="12" :sm="24">
<car-model-selector
type="brandSeries"
v-model="where.selectedCar"
:key="componentKey"
/>
</el-col>
<!--
<el-col :md="12" :sm="12">
<el-form-item label="补贴金额:">
+5 -4
View File
@@ -119,7 +119,7 @@
label: '操作人员',
align: 'center',
showOverflowTooltip: true,
minWidth: 80
width: 120
},
{
prop: 'content',
@@ -127,20 +127,20 @@
label: '内容',
align: 'center',
showOverflowTooltip: true,
minWidth: 80
minWidth: 200
},
{
prop: 'type_name',
label: '类型',
align: 'center',
showOverflowTooltip: true,
minWidth: 80
width: 120
},
{
prop: 'c_time',
label: '时间',
align: 'center',
minWidth: 80,
width: 200,
resizable: false,
showOverflowTooltip: true
}
@@ -191,6 +191,7 @@
this.form.id = this.$route.query.id;
setPageTabTitle(this.title);
this.query();
this.reload();
},
immediate: true
}
+15 -4
View File
@@ -89,6 +89,16 @@
{{ row.rec_text }}
</template>
<template v-else>{{ row.log }}</template>
<div v-if="row.imgs">
<template v-for="(item, index) in row.imgs">
<el-image
style="width: 100px; height: 100px"
:src="item"
:key="index"
:preview-src-list="row.imgs"
></el-image>
</template>
</div>
</template>
</ele-pro-table>
</el-card>
@@ -129,7 +139,7 @@
label: '操作人员',
align: 'center',
showOverflowTooltip: true,
minWidth: 80
width: 120
},
{
prop: 'content',
@@ -137,20 +147,20 @@
label: '内容',
align: 'center',
showOverflowTooltip: true,
minWidth: 80
minWidth: 200
},
{
prop: 'type_name',
label: '类型',
align: 'center',
showOverflowTooltip: true,
minWidth: 80
width: 120
},
{
prop: 'c_time',
label: '时间',
align: 'center',
minWidth: 80,
width: 200,
resizable: false,
showOverflowTooltip: true
}
@@ -201,6 +211,7 @@
this.form.id = this.$route.query.id;
setPageTabTitle(this.title);
this.query();
this.reload();
},
immediate: true
}
@@ -13,6 +13,9 @@
<el-form-item label="订单号:" prop="title">
{{ form.sid }}
</el-form-item>
<el-form-item label="购车城市:" prop="title">
{{ form.cityName }}
</el-form-item>
<el-form-item label="购车门店:" prop="title">
{{ form.bizName }}
</el-form-item>
@@ -95,6 +95,13 @@
showOverflowTooltip: true,
minWidth: 80
},
{
prop: 'cityName',
label: '购车城市',
align: 'center',
showOverflowTooltip: true,
minWidth: 80
},
{
prop: 'bizName',
label: '购车门店',