fix: 车辆登记增加品牌和预算

This commit is contained in:
admin 2024-09-10 15:30:44 +08:00
parent 90c7700370
commit efb4c7176f
2 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,5 @@
<template>
<text>
{{ formData }}
<el-row :gutter="8" class="flex flex-wrap">
<el-col
v-for="(item, index) in [{ id: 1, url: formData.photoUrl }]"

View File

@ -213,6 +213,16 @@ const tableTitleList = ref([
prop: "remarks",
align: "center",
},
{
label: "换新品牌",
prop: "brandName",
align: "center",
},
{
label: "预算范围",
prop: "budgetRange",
align: "center",
},
]);
/** 弹窗对象 */