Browse Source

完善公告型号

master
yunuo970428 2 years ago
parent
commit
627cec491d
  1. 6
      anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoAdd.vue

6
anrui-scm/anrui-scm-ui/src/views/othermenu/affichetype/gonggaoAdd.vue

@ -89,21 +89,21 @@
<el-input v-model="scope.row.ratedLoadQuality" clearable placeholder="" class="addinputw"></el-input>
</template>
</el-table-column>
<el-table-column label="悬架" align="center">
<el-table-column label="悬架" align="center" min-width="200">
<template slot-scope="scope">
<el-select v-model="scope.row.plateReedNumValue" placeholder="请选择" class="addinputw" @change="changePlateReedNum($event, scope.row)">
<el-option v-for="item in plateReedNum_list" :key="item.dictKey" :label="item.dictValue" :value="item.dictValue"/>
</el-select>
</template>
</el-table-column>
<el-table-column label="轮胎" align="center">
<el-table-column label="轮胎" align="center" min-width="200">
<template slot-scope="scope">
<el-select v-model="scope.row.tyreValue" placeholder="请选择" class="addinputw" @change="changeTyre($event, scope.row)">
<el-option v-for="item in tyre_list" :key="item.dictKey" :label="item.dictValue" :value="item.dictValue"/>
</el-select>
</template>
</el-table-column>
<el-table-column label="轴距" align="center">
<el-table-column label="轴距" align="center" min-width="200">
<template slot-scope="scope">
<el-select v-model="scope.row.wheelbaseValue" placeholder="请选择" class="addinputw" @change="changeWheelbase($event, scope.row)">
<el-option v-for="item in wheelbase_list" :key="item.dictKey" :label="item.dictValue" :value="item.dictValue"/>

Loading…
Cancel
Save