rev 修复删除设备报错 分页显示问题
This commit is contained in:
@@ -127,9 +127,9 @@
|
||||
{{ dict.label.send_status[scope.row.send_status] }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="start_point_code" label="取货点" show-overflow-tooltip width="100" />
|
||||
<el-table-column prop="next_point_code" label="放货点" show-overflow-tooltip width="100" />
|
||||
<el-table-column prop="put_point_code" label="中转点" show-overflow-tooltip width="100" />
|
||||
<el-table-column prop="start_point_code" label="取货点" show-overflow-tooltip width="120" />
|
||||
<el-table-column prop="next_point_code" label="放货点" show-overflow-tooltip width="120" />
|
||||
<el-table-column prop="put_point_code" label="中转点" show-overflow-tooltip width="120" />
|
||||
<el-table-column prop="execute_status" label="执行状态" show-overflow-tooltip width="100">
|
||||
<template slot-scope="scope">
|
||||
{{ dict.label.execute_status[scope.row.execute_status] }}
|
||||
|
||||
Reference in New Issue
Block a user