fix 所有任务

This commit is contained in:
张江玮
2023-04-18 10:20:48 +08:00
parent 7d8cb55911
commit f255c44516
24 changed files with 111 additions and 165 deletions

View File

@@ -8,7 +8,7 @@
class="demo-form-inline"
label-position="right"
label-width="90px"
label-suffix=":"
label-suffix=""
>
<el-form-item label="编码名称">
<el-input
@@ -313,12 +313,13 @@
{{ dict.label.true_or_false[scope.row.is_used] }}
</template>
</el-table-column>
<el-table-column prop="vehicle_type" label="载具类型" min-width="120">
<el-table-column prop="vehicle_type" label="载具类型" min-width="80">
<template slot-scope="scope">
{{ dict.label.vehicle_type[scope.row.vehicle_type] }}
</template>
</el-table-column>
<el-table-column prop="vehicle_code" label="载具编码" min-width="120" />
<el-table-column prop="vehicle_code" label="载具编码" min-width="80" />
<el-table-column prop="material_code" label="物料编码" min-width="260" />
<el-table-column prop="remark" label="备注" min-width="100" show-overflow-tooltip />
<el-table-column prop="update_optname" label="修改人" />
<el-table-column prop="update_time" label="修改时间" width="150" />