|
|
@ -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> |
|
|
|