diff --git a/src/scripts/ConstConfig.js b/src/scripts/ConstConfig.js index a462dc7b9..73f6f7ee7 100644 --- a/src/scripts/ConstConfig.js +++ b/src/scripts/ConstConfig.js @@ -90,11 +90,13 @@ export default { roleTypeNew:[ {label: '管理员', value: 'ADMIN', enLabel: 'Admin '}, {label: '教员', value: 'Instructor', enLabel: 'Instructor '}, - {label: '行调', value: 'DISPATCHER', enLabel: 'Dispatcher '}, {label: '行值', value: 'STATION_SUPERVISOR', enLabel: 'Attendant '}, {label: '观众', value: 'AUDIENCE', enLabel: 'Audience '}, {label: '司机', value: 'DRIVER', enLabel: 'Driver '}, - {label: '通号', value: 'MAINTAINER', enLabel: 'Repairman '} + {label: '通号', value: 'MAINTAINER', enLabel: 'Repairman '}, + {label: '车辆段调度', value: 'DEPOT_DISPATCHER', enLabel: 'Depot dispatcher '}, + {label: '工电调度', value: 'ELECTRIC_DISPATCHER', enLabel: 'Electric dispatcher'}, + {label: '行调', value: 'DISPATCHER', enLabel: 'Dispatcher '} ], SimulationType: [ { label: '实训', value: 'Training'},