|
|
@ -37,7 +37,7 @@ |
|
|
|
<div class="span-sty">车辆大类</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.vehCategoryValue }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
|
<el-col :span="8"> |
|
|
|
<el-col :span="8" class="tlineheightb"> |
|
|
|
<div class="span-sty">车辆功能</div> |
|
|
|
<el-form-item><span class="addinputInfo">{{ formobj.vehTypeValue }}</span></el-form-item> |
|
|
|
</el-col> |
|
|
@ -119,7 +119,7 @@ export default { |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
showInfo(sid) { |
|
|
|
this.viewTitle = '其他融产品详情' |
|
|
|
this.viewTitle = '其它融产品详情' |
|
|
|
req.fetchBySid({ sid: sid }).then((res) => { |
|
|
|
if (res.success) { |
|
|
|
this.formobj = res.data |
|
|
|