Files
lanzhouhailiang_two/acs/nladmin-ui/src/i18n/langs/instruction/en.js

37 lines
1.1 KiB
JavaScript

export default {
'Inst': {
'table': {
'instruction_code': 'instruction_code',
'instruction_type': 'instruction_type',
'task_code': 'task_code',
'vehicle_code': 'vehicle_code',
'instruction_status': 'instruction_status',
'send_status': 'send_status',
'start_point_code': 'start_device_code',
'next_point_code': 'next_device_code',
'put_point_code': 'put_point_code',
'execute_device_code': 'execute_device_code',
'carno': 'carno',
'remark': 'remark',
'create_by': 'create_by',
'create_time': 'create_time',
'update_by': 'update_by',
'update_time': 'update_time',
'input_taskCode_or_instCode': 'input_taskCode_or_instCode',
'input_vehicleCode': 'input_vehicleCode',
'material': 'material_type',
'task_status': 'task_status',
'input_startCode_or_nextCode': 'input_startCode_or_nextCode',
'ready': 'ready',
'Execution': 'Execution',
'Finish': 'Finish',
'undelivered': 'undelivered',
'succeed': 'succeed',
'fail': 'fail'
},
'rules': {
'NotNull': 'Cannot be empty'
}
}
}