|
@@ -121,24 +121,24 @@ export default {
|
|
|
saveFail: 'Save failed',
|
|
saveFail: 'Save failed',
|
|
|
addSuccess: 'Added successfully',
|
|
addSuccess: 'Added successfully',
|
|
|
confirmDelete: 'Confirm delete?',
|
|
confirmDelete: 'Confirm delete?',
|
|
|
- parking: 'ParkingLotManagement',
|
|
|
|
|
- parkingInfo: 'ParkingInformationManagement',
|
|
|
|
|
- carOwner: 'CarOwnerManagement',
|
|
|
|
|
- carInfo: 'VehicleInformation',
|
|
|
|
|
- pricing: 'FeeConfiguration',
|
|
|
|
|
- report: 'ReportInformationQuery',
|
|
|
|
|
- enter: 'Entry&ExitRecords',
|
|
|
|
|
- sheet: 'ExceptionReports',
|
|
|
|
|
- statistics: 'StatisticsQuery',
|
|
|
|
|
- vehicle: 'On-siteVehicleStatistics',
|
|
|
|
|
- dashboard: 'Dashboard',
|
|
|
|
|
- superAdmin: 'SuperAdmin',
|
|
|
|
|
- authority: 'RoleManagement',
|
|
|
|
|
- menu: 'MenuManagement',
|
|
|
|
|
- api: 'APIManagement',
|
|
|
|
|
- user: 'UserManagement',
|
|
|
|
|
- dictionary: 'DictionaryManagement',
|
|
|
|
|
- operation: 'OperationHistory',
|
|
|
|
|
|
|
+ parking: 'ParkingManage', // 车场管理
|
|
|
|
|
+ parkingInfo: 'ParkingInfoManage', // 车场信息管理
|
|
|
|
|
+ carOwner: 'OwnerManage', // 车主管理
|
|
|
|
|
+ carInfo: 'VehicleInfo', // 车辆信息
|
|
|
|
|
+ pricing: 'FeeConfig', // 收费配置
|
|
|
|
|
+ report: 'ReportQuery', // 报表查询
|
|
|
|
|
+ enter: 'AccessRecord', // 进出记录
|
|
|
|
|
+ sheet: 'ExceptionReport', // 异常报表
|
|
|
|
|
+ statistics: 'StatQuery', // 统计查询
|
|
|
|
|
+ vehicle: 'VehicleStat', // 场内车辆统计
|
|
|
|
|
+ dashboard: 'Dashboard', // 数据看板
|
|
|
|
|
+ superAdmin: 'SuperAdmin', // 超级管理员
|
|
|
|
|
+ authority: 'RoleManage', // 角色管理
|
|
|
|
|
+ menu: 'MenuManage', // 菜单管理
|
|
|
|
|
+ api: 'APIManage', // 接口管理
|
|
|
|
|
+ user: 'UserManage', // 用户管理
|
|
|
|
|
+ dictionary: 'DictManage', // 字典管理
|
|
|
|
|
+ operation: 'OperHistory', // 操作日志
|
|
|
person: 'PersonalInformation',
|
|
person: 'PersonalInformation',
|
|
|
areaName: 'Area Name',
|
|
areaName: 'Area Name',
|
|
|
areaCapacity: 'Area Capacity',
|
|
areaCapacity: 'Area Capacity',
|
|
@@ -148,5 +148,14 @@ export default {
|
|
|
editPassage: 'Edit Passage',
|
|
editPassage: 'Edit Passage',
|
|
|
addDevice: 'Add Device',
|
|
addDevice: 'Add Device',
|
|
|
editDevice: 'Edit Device',
|
|
editDevice: 'Edit Device',
|
|
|
- smartBarrier: 'SmartBarrierGate'
|
|
|
|
|
|
|
+ smartBarrier: 'SmartBarrier',
|
|
|
|
|
+ language: 'Language',
|
|
|
|
|
+ currRole: 'CurrentRole',
|
|
|
|
|
+ menuCmd: 'MenuCommand',
|
|
|
|
|
+ personalInfo: 'PersonalInfo',
|
|
|
|
|
+ logout: 'Logout',
|
|
|
|
|
+ barrierSystem: 'Smart Barrier System',
|
|
|
|
|
+ placeholderUser: 'Please enter username',
|
|
|
|
|
+ placeholderPwd: 'Please enter password',
|
|
|
|
|
+ placeholderCode: 'Please enter verification code'
|
|
|
}
|
|
}
|