Browse Source

完善公关型号管理和车型管理

master
yunuo970428 3 years ago
parent
commit
fac56e0b1f
  1. 6
      anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/chexinggonggaoxingao.vue
  2. 6
      anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/gongggaoxinghao.vue

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

@ -57,14 +57,14 @@
<span>{{ scope.row.preparationMass }}</span>
</template>
</el-table-column>
<el-table-column label="板簧片数" align="center">
<el-table-column label="悬架" align="center">
<template slot-scope="scope">
<span>{{ scope.row.plateReedNum }}</span>
<span>{{ scope.row.plateReedNumValue }}</span>
</template>
</el-table-column>
<el-table-column label="轮胎" align="center">
<template slot-scope="scope">
<span>{{ scope.row.tyre }}</span>
<span>{{ scope.row.tyreValue }}</span>
</template>
</el-table-column>
</el-table>

6
anrui-scm/anrui-scm-ui/src/views/cheliang/chexing/relation/gongggaoxinghao.vue

@ -57,14 +57,14 @@
<span>{{ scope.row.preparationMass }}</span>
</template>
</el-table-column>
<el-table-column width="110" label="板簧片数" align="center">
<el-table-column width="110" label="悬架" align="center">
<template slot-scope="scope">
<span>{{ scope.row.plateReedNum }}</span>
<span>{{ scope.row.plateReedNumValue }}</span>
</template>
</el-table-column>
<el-table-column width="110" label="轮胎" align="center">
<template slot-scope="scope">
<span>{{ scope.row.tyre }}</span>
<span>{{ scope.row.tyreValue }}</span>
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save