文字修改

dev
Tuzki 2 years ago
parent f629b3129c
commit 397d385358
  1. 2
      ruoyi-ui/src/views/system/management/parking-lot-data/turnover-data/index.vue

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

Loading…
Cancel
Save