select.js 782 Bytes
Newer Older
水落(YangLei)'s avatar
水落(YangLei) committed
1 2 3
// 0 中文, 1 英文
export default {
    'select.placeholder': ['请选择', 'Please Select'],
shuiluo's avatar
shuiluo committed
4 5 6 7 8 9 10 11 12 13
    'select.startTime': ['开始时间', 'Start Time'],
    'select.endTime': ['结束时间', 'End Time'],
    'select.region': ['地区', 'Region'],
    'select.speciality': ['专业', 'Speciality'],
    'select.shiftTypeName': ['班组', 'ShiftTypeName'],
    export: ['导出', 'Export'],
    'select.routes': ['线路', 'Routes'],
    'select.examine': ['巡检状态', 'Examine Status'],
    'select.taskType': ['任务类型', 'Task Type'],
    'select.examiner': ['巡检人', 'Examiner'],
陈浩玮's avatar
陈浩玮 committed
14 15 16
    'select.routeName': ['线路名称', 'Route Name'],
    'select.option.place': ['地点免检', 'Place Exemption'],
    'select.option.unit': ['单元免检', 'Unit Exemption'],
水落(YangLei)'s avatar
水落(YangLei) committed
17
};