手持更新

This commit is contained in:
张江玮
2023-06-02 14:24:26 +08:00
parent 6200e0ad48
commit 3d2336fa04
23 changed files with 337 additions and 49 deletions

View File

@@ -259,7 +259,7 @@
{{ dict.label.true_or_false[scope.row.is_used] }}
</template>
</el-table-column>
<el-table-column prop="vehicle_type" label="载具类型" :min-width="flexWidth('vehicle_type',crud.data,'载具类型')">
<el-table-column prop="vehicle_type" label="载具类型" :min-width="flexWidth('vehicle_type',crud.data,'类型一木托盘')">
<template slot-scope="scope">
{{ dict.label.vehicle_type[scope.row.vehicle_type] }}
</template>