2019-07-02 16:29:52 +08:00
|
|
|
export default {
|
2019-11-01 13:51:00 +08:00
|
|
|
ConstSelect: {
|
|
|
|
Status: [
|
|
|
|
{ label: '无效', value: '0' },
|
|
|
|
{ label: '有效', value: '1' }
|
|
|
|
],
|
2019-07-02 16:29:52 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
Whether: [
|
|
|
|
{ label: '否', value: false },
|
|
|
|
{ label: '是', value: true }
|
|
|
|
],
|
2019-07-26 13:32:43 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
LinkTypeList: [
|
|
|
|
{ label: '起始Link', value: '0' },
|
|
|
|
{ label: '正向Link', value: '1' },
|
|
|
|
{ label: '侧向Link', value: '2' }
|
|
|
|
],
|
2019-07-26 13:32:43 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
LinkDriectTypeList: [
|
|
|
|
{ label: '左侧', value: 'L' },
|
|
|
|
{ label: '右侧', value: 'R' }
|
|
|
|
],
|
2019-07-26 13:32:43 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
DirectionCodeList: [
|
|
|
|
{ value: '2', label: '上行' },
|
|
|
|
{ value: '1', label: '下行' }
|
|
|
|
],
|
2019-07-26 13:32:43 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
SignalLeftOrRightList: [
|
2019-12-13 18:00:12 +08:00
|
|
|
{ label: '左侧', value: 'L' },
|
|
|
|
{ label: '右侧', value: 'R' }
|
2019-11-01 13:51:00 +08:00
|
|
|
],
|
2019-07-26 13:32:43 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
roleList: [
|
|
|
|
{ label: '实训用户', value: '01' },
|
|
|
|
{ label: '地图生产者', value: '02' },
|
|
|
|
{ label: '课程生成者', value: '03' },
|
|
|
|
{ label: '系统管理员', value: '04' },
|
|
|
|
{ label: '超级管理员', value: '05' },
|
|
|
|
{ label: '销售用户', value: '06' }
|
|
|
|
],
|
2019-07-26 13:32:43 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
examResultList: [
|
|
|
|
{ label: '未计算', value: '01' },
|
|
|
|
{ label: '通过', value: '02' },
|
|
|
|
{ label: '未通过', value: '03' },
|
|
|
|
{ label: '已放弃', value: '04' }
|
|
|
|
],
|
2019-07-26 13:32:43 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
PermissionUseList: [
|
|
|
|
{ label: '公用', value: true },
|
|
|
|
{ label: '专用', value: false }
|
|
|
|
],
|
2019-07-26 13:32:43 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
PermissionUseListEn: [
|
|
|
|
{ label: 'Public', value: true },
|
|
|
|
{ label: 'Private', value: false }
|
|
|
|
],
|
2019-07-26 13:32:43 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
RegionTypeList: [
|
|
|
|
{ label: '零点西上行', value: '01' },
|
|
|
|
{ label: '零点西下行', value: '02' },
|
|
|
|
{ label: '零西渡线/', value: '03' },
|
|
|
|
{ label: '零西渡线\\', value: '04' },
|
|
|
|
{ label: 'PGY一联段线', value: '05' },
|
|
|
|
{ label: '零点东上行', value: '06' },
|
|
|
|
{ label: '零点东下行', value: '07' },
|
|
|
|
{ label: '零东渡线/', value: '08' },
|
|
|
|
{ label: '零东渡线\\', value: '09' },
|
|
|
|
{ label: '库线1', value: '10' },
|
|
|
|
{ label: '库线2', value: '11' },
|
|
|
|
{ label: '库线渡线/', value: '12' },
|
|
|
|
{ label: '库线渡线\\', value: '13' },
|
|
|
|
{ label: '联络线1', value: '14' },
|
|
|
|
{ label: '联络线2', value: '15' },
|
|
|
|
{ label: 'SHZ一联段线', value: '16' },
|
|
|
|
{ label: 'SHZ二联段线', value: '17' },
|
|
|
|
{ label: 'SHD三联段线', value: '18' },
|
|
|
|
{ label: 'SHD四联段线', value: '19' }
|
|
|
|
],
|
|
|
|
roleType: [
|
|
|
|
{label: '管理员', value: 'Admin', enLabel: 'Admin '},
|
|
|
|
{label: '教员', value: 'Instructor', enLabel: 'Instructor '},
|
|
|
|
{label: '行调', value: 'Dispatcher', enLabel: 'Dispatcher '},
|
|
|
|
{label: '行值', value: 'Attendant', enLabel: 'Attendant '},
|
|
|
|
{label: '观众', value: 'Audience', enLabel: 'Audience '},
|
|
|
|
{label: '司机', value: 'Driver', enLabel: 'Driver '},
|
|
|
|
{label: '通号', value: 'Repair', enLabel: 'Repairman '}
|
|
|
|
],
|
2019-07-26 13:32:43 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
SimulationType: [
|
|
|
|
{ label: '实训', value: 'Training'},
|
|
|
|
{ label: '仿真(行调/现地/司机)', value: 'Simulation'},
|
|
|
|
{ label: '综合演练', value: 'Joint'},
|
|
|
|
{ label: '大屏', value: 'BigScreen'},
|
|
|
|
{ label: '琏计划', value: 'RunPlan'},
|
|
|
|
{ label: '剧本录制', value: 'ScriptWrite'}
|
|
|
|
],
|
|
|
|
|
|
|
|
skinCode: [
|
|
|
|
{ label: '福州一号线', value: '02'},
|
|
|
|
{ label: '北京一号线', value: '03'},
|
|
|
|
{ label: '成都三号线', value: '04'},
|
|
|
|
{ label: '北京八通线', value: '05'}
|
|
|
|
],
|
|
|
|
releaseReview: [
|
|
|
|
{ enlabel: 'Unpublished', label: '未发布', value: '0'},
|
|
|
|
{ enlabel: 'Pending review', label: '待审核', value: '1'},
|
|
|
|
{ enlabel: 'Successfully released', label: '发布成功', value: '2'},
|
|
|
|
{ enlabel: 'Overrule', label: '被驳回', value: '3'}
|
|
|
|
],
|
|
|
|
productType: [
|
|
|
|
{ enlabel: 'Lesson System', label: '教学系统', value: 'Lesson'},
|
|
|
|
{ enlabel: 'Exam System', label: '考试系统', value: 'Exam'},
|
|
|
|
{ enlabel: 'Simulation System', label: '仿真系统', value: 'Simulation'},
|
|
|
|
{ enlabel: 'Plan Draw', label: '运行图编制', value: 'Plan'}
|
|
|
|
],
|
|
|
|
customeredProductType: [
|
|
|
|
{ enlabel: 'Plan Draw', label: '运行图编制', value: 'Plan'}
|
2019-11-18 14:29:43 +08:00
|
|
|
],
|
|
|
|
|
|
|
|
controlMode: [
|
2019-11-19 13:00:36 +08:00
|
|
|
{ label: '中控', value: 'OperateCenterControl' },
|
|
|
|
{ label: '站控', value: 'LocalStationControl' },
|
|
|
|
{ label: '紧急站控', value: 'EmergencyStationControl' }
|
2019-11-18 14:29:43 +08:00
|
|
|
],
|
|
|
|
|
|
|
|
simulationRole: [
|
|
|
|
{ label: '行调操作', value: '01' },
|
|
|
|
{ label: '现地操作', value: '02' }
|
2019-11-19 13:00:36 +08:00
|
|
|
],
|
|
|
|
|
|
|
|
deviceTypeList: [
|
|
|
|
{ label: '区段', value: 'Section' },
|
|
|
|
{ label: '道岔', value: 'Switch' },
|
|
|
|
{ label: '信号机', value: 'Signal' },
|
|
|
|
{ label: '站台', value: 'StationStand' },
|
|
|
|
{ label: '控制模式', value: 'ControlConvertMenu' },
|
|
|
|
{ label: '车次窗', value: 'TrainWindow' }
|
2019-12-25 18:56:25 +08:00
|
|
|
],
|
|
|
|
// 新版的产品类型枚举
|
|
|
|
prdType:[
|
|
|
|
{ enlabel: 'ATS local workstation', label: 'ATS现地工作站', value: '01'},
|
|
|
|
{ enlabel: 'ATS Traffic dispatching workstation', label: 'ATS行调工作站', value: '02'},
|
|
|
|
{ enlabel: 'Comprehensive exercise cloud platform', label: '综合演练云平台', value: '03'},
|
|
|
|
{ enlabel: 'Driver simulation driving system', label: '司机模拟驾驶系统', value: '04'},
|
|
|
|
{ enlabel: 'Dispatch workstation', label: '派班工作站', value: '05'}
|
2019-11-01 13:51:00 +08:00
|
|
|
]
|
2019-11-19 13:00:36 +08:00
|
|
|
|
2019-11-01 13:51:00 +08:00
|
|
|
}
|
2019-07-26 13:32:43 +08:00
|
|
|
};
|