Browse Source

完善车型管理--车型关联公告型号列表

master
yunuo970428 3 years ago
parent
commit
82c5df9962
  1. 12
      anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexinggonggaoxingao.vue

12
anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexinggonggaoxingao.vue

@ -32,7 +32,7 @@
<el-table :key="tableKey" v-loading="listLoading" :data="list" border style="width: 100%;" @selection-change="handleSelectionChange">
<el-table-column width="50" type="selection" align="center"/>
<el-table-column width="80" fixed label="序号" type="index" :index="indexMethod" align="center"/>
<el-table-column width="130" fixed label="公告型号" align="center">
<el-table-column width="150" fixed label="公告型号" align="center">
<template slot-scope="scope">
<span>{{ scope.row.announcementmodelName }}</span>
</template>
@ -42,27 +42,27 @@
<span>{{ scope.row.remarks }}</span>
</template>
</el-table-column>
<el-table-column label="整车外观尺寸(长*宽*高(mm))" align="center">
<el-table-column label="整车外观尺寸(长*宽*高(mm))" align="center" width="250">
<template slot-scope="scope">
<span>{{ scope.row.vehAppeSize }}</span>
</template>
</el-table-column>
<el-table-column label="准牵引总质量(Kg)" align="center">
<el-table-column label="准牵引总质量(Kg)" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.accTowTotalMass }}</span>
</template>
</el-table-column>
<el-table-column label="整备质量(Kg)" align="center">
<el-table-column label="整备质量(Kg)" align="center" width="130">
<template slot-scope="scope">
<span>{{ scope.row.preparationMass }}</span>
</template>
</el-table-column>
<el-table-column label="悬架" align="center">
<el-table-column label="悬架" align="center" width="130">
<template slot-scope="scope">
<span>{{ scope.row.plateReedNumValue }}</span>
</template>
</el-table-column>
<el-table-column label="轮胎" align="center">
<el-table-column label="轮胎" align="center" width="150">
<template slot-scope="scope">
<span>{{ scope.row.tyreValue }}</span>
</template>

Loading…
Cancel
Save