|
|
@ -71,7 +71,7 @@ |
|
|
|
<span>{{ scope.row.jacketName }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="主车车架号" align="center" width="120"> |
|
|
|
<el-table-column label="主车车架号" align="center" width="250"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<span>{{ scope.row.vinNo }}</span> |
|
|
|
</template> |
|
|
@ -106,7 +106,7 @@ |
|
|
|
<span>{{ adjustVehGuidedPrice(scope.row) }}</span> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
<el-table-column label="备注" align="center" width="200"> |
|
|
|
<el-table-column label="备注" align="center"> |
|
|
|
<template slot-scope="scope"> |
|
|
|
<el-input v-model="scope.row.remarks" clearable placeholder="" class="addinputw"></el-input> |
|
|
|
</template> |
|
|
|