Browse Source

完善车型标准配置页面--增加车型编码、配置编码

master
yunuo970428 2 years ago
parent
commit
4309536c62
  1. 8
      anrui-buscenter/anrui-buscenter-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue

8
anrui-buscenter/anrui-buscenter-ui/src/components/VehicleConfigurationSub/vehicleconfiguration.vue

@ -70,6 +70,8 @@
<el-form-item><span class="addinputInfo">{{ formobj.departmentValue }}</span></el-form-item>
</el-col>
<el-col :span="4" class="tlineheightb">
<div class="span-sty"><span>编码</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.vehicleTypeCode }}</span></el-form-item>
</el-col>
</el-row>
<div class="title">常用配置</div>
@ -161,6 +163,12 @@
<el-form-item><span class="addinputInfo">{{ formobj.configuringBao }}</span></el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="24" class="tlineheightb">
<div class="span-sty"><span>编码</span></div>
<el-form-item><span class="addinputInfo">{{ formobj.configCode }}</span></el-form-item>
</el-col>
</el-row>
<div class="title">
更多配置
</div>

Loading…
Cancel
Save