更新
This commit is contained in:
@@ -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="倒料点" />
|
||||
|
||||
Reference in New Issue
Block a user