add 封箱拆箱线, rev 测试读写

This commit is contained in:
2023-05-08 11:04:52 +08:00
parent 1e2692e426
commit e3031c5267
71 changed files with 3043 additions and 338 deletions

View File

@@ -146,11 +146,11 @@
{{ dict.label.agv_system_type[scope.row.agv_system_type] }}
</template>
</el-table-column>
<el-table-column prop="agv_inst_type" label="AGV任务类型" show-overflow-tooltip width="130">
<template slot-scope="scope">
{{ dict.label.agv_inst_type[scope.row.agv_inst_type] }}
</template>
</el-table-column>
<!-- <el-table-column prop="agv_inst_type" label="AGV任务类型" show-overflow-tooltip width="130">-->
<!-- <template slot-scope="scope">-->
<!-- {{ dict.label.agv_inst_type[scope.row.agv_inst_type] }}-->
<!-- </template>-->
<!-- </el-table-column>-->
<el-table-column prop="remark" label="描述" show-overflow-tooltip width="100" />
<el-table-column prop="create_by" label="创建者" show-overflow-tooltip width="100" />
<el-table-column prop="create_time" label="创建时间" show-overflow-tooltip width="150" />