代码更新

This commit is contained in:
ldj_willow
2022-10-26 17:30:20 +08:00
parent 113a5186e6
commit 42f72c5b05
4 changed files with 2 additions and 163 deletions

View File

@@ -295,7 +295,7 @@
</el-table-column>
<el-table-column prop="vehicle_code" label="载具编码" />
<el-table-column prop="vehicle_qty" label="载具数量" />
<el-table-column prop="remark" label="备注" />
<el-table-column prop="remark" label="备注" min-width="100" show-overflow-tooltip/>
<el-table-column prop="is_used" label="是否启用">
<template slot-scope="scope">
{{ scope.row.is_used=='1' ? '是' : '否' }}