|
|
|
@ -174,7 +174,7 @@ |
|
|
|
|
<span>{{ scope.row.licensePlateNumber || '/' }}</span> |
|
|
|
|
</template> |
|
|
|
|
</el-table-column> |
|
|
|
|
<el-table-column align="center" label="车颜色" prop="licensePlateColor"> |
|
|
|
|
<el-table-column align="center" label="车牌颜色" prop="licensePlateColor"> |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
|
<dict-tag v-if="scope.row.licensePlateColor!=0" :options="dict.type.license_plate_color" :value="scope.row.licensePlateColor"/> |
|
|
|
|
<span v-else>{{'/'}}</span> |
|
|
|
|