Commit 72ac416e authored by 乔凯's avatar 乔凯

update:首页车辆详情车型回显

parent f0d8558e
......@@ -133,7 +133,8 @@
</el-col>
<el-col :span="12">
<el-form-item label="车型:" prop="selfNumber">
<span>{{ form.industryType }}</span>
<!-- <span>{{ form.industryType }}</span>-->
<dict-tag :options="dict.type.bhxq_car_industry_type" :value="form.industryType" />
</el-form-item>
</el-col>
</el-row>
......@@ -196,6 +197,7 @@ import { reguDetail, regulList } from '@/api/policiesRegul'
import { problemDetail, problemList } from '@/api/problemFeedback'
export default {
name: 'Index',
dicts: ['bhxq_car_industry_type'],
data() {
return {
zoom: 11,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment