fix: 仙宫日志添加
This commit is contained in:
@@ -7,6 +7,7 @@ export default {
|
||||
'Task_status': 'Task Status',
|
||||
'Origin_or_destination': 'Origin Or Destination',
|
||||
'Task_type': 'Task Type',
|
||||
'Action_type': 'Action Type',
|
||||
'Warehouse_task_type': 'Warehouse Task Type',
|
||||
'AGV_system': 'AGV System',
|
||||
'Routing_scheme': 'Routing Scheme',
|
||||
|
||||
@@ -7,6 +7,7 @@ export default {
|
||||
'Task_status': 'Status Tugas',
|
||||
'Origin_or_destination': 'Asal Atau Tujuan',
|
||||
'Task_type': 'Jenis Tugas',
|
||||
'Action_type': 'Tipe tugas sekunder',
|
||||
'Warehouse_task_type': 'Jenis Tugas Gudang',
|
||||
'AGV_system': 'Sistem AGV',
|
||||
'Routing_scheme': 'Skema Routing',
|
||||
|
||||
@@ -7,6 +7,7 @@ export default {
|
||||
'Task_status': '任务状态',
|
||||
'Origin_or_destination': '输入起点或终点',
|
||||
'Task_type': '任务类型',
|
||||
'Action_type': '二次分配类型',
|
||||
'Warehouse_task_type': '立库任务类型',
|
||||
'AGV_system': 'agv系统',
|
||||
'Routing_scheme': '路由方案',
|
||||
|
||||
@@ -505,6 +505,7 @@
|
||||
<el-table-column type="selection" width="25" />
|
||||
<el-table-column v-if="false" prop="task_id" label="任务标识" />
|
||||
<el-table-column prop="task_code" :label="$t('task.txt_box.Task_code')" :min-width="flexWidth('task_code',crud.data,$t('task.txt_box.Task_code'))" />
|
||||
<el-table-column prop="action_type" :label="$t('task.txt_box.Action_type')" :min-width="flexWidth('action_type',crud.data,$t('task.txt_box.Action_type'))">
|
||||
<el-table-column prop="task_type" :label="$t('task.txt_box.Task_type')" :min-width="flexWidth('task_type',crud.data,$t('task.txt_box.Task_type'))">
|
||||
<template slot-scope="scope">
|
||||
{{ dict.label.task_type[scope.row.task_type] }}
|
||||
|
||||
Reference in New Issue
Block a user