|
|
@ -148,12 +148,12 @@ |
|
|
|
<span>{{ scope.row.createOrg }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="使用状态" align="center"> |
|
|
|
<el-table-column label="使用状态" width="110px" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.isUseState === 1 ? '已使用' : '未使用' }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="颜色" align="center"> |
|
|
|
<el-table-column label="颜色" width="110px" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.carColor }}</span> |
|
|
|
</template> |
|
|
@ -168,17 +168,17 @@ |
|
|
|
<span>{{ scope.row.rearViewMirror }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="轮胎" align="center"> |
|
|
|
<el-table-column label="轮胎" width="130px" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.tireSize }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="驾驶室" align="center"> |
|
|
|
<el-table-column label="驾驶室" width="110px" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.specification }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="后桥速比" align="center"> |
|
|
|
<el-table-column label="后桥速比" width="130px" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.rearAxleRatio }}</span> |
|
|
|
</template> |
|
|
@ -188,7 +188,7 @@ |
|
|
|
<span>{{ scope.row.airConditioner }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="轮毂材质" align="center"> |
|
|
|
<el-table-column label="轮毂材质" width="130px" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.hubMaterial }}</span> |
|
|
|
</template> |
|
|
@ -203,7 +203,7 @@ |
|
|
|
<span>{{ scope.row.suspension }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="座椅" align="center"> |
|
|
|
<el-table-column label="座椅" width="130px" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.seat }}</span> |
|
|
|
</template> |
|
|
@ -218,7 +218,7 @@ |
|
|
|
<span>{{ scope.row.saddle }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="轴距" align="center"> |
|
|
|
<el-table-column label="轴距" width="110px" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.wheelbase }}</span> |
|
|
|
</template> |
|
|
@ -238,7 +238,7 @@ |
|
|
|
<span>{{ scope.row.independentSources }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="燃料箱" align="center"> |
|
|
|
<el-table-column label="燃料箱" width="110px" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.fuelTank }}</span> |
|
|
|
</template> |
|
|
|