This commit is contained in:
2022-06-28 15:10:34 +08:00
parent 8bc7f54bbc
commit 77f6ef39de
7 changed files with 46 additions and 5 deletions

View File

@@ -242,6 +242,11 @@
<span v-if="scope.row.task_status==='2' ">完成</span>
</template>
</el-table-column>
<el-table-column prop="task_type" label="任务类型">
<template slot-scope="scope">
{{ dict.label.task_type[scope.row.task_type] }}
</template>
</el-table-column>
<el-table-column prop="priority" label="任务优先级" />
<el-table-column prop="start_point_code" label="取货点" />
<el-table-column prop="put_point_code" label="倒料点" />