You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.3 KiB
93 lines
2.3 KiB
8 months ago
|
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
|
||
|
import dataPermission from './dataPermission/zh'
|
||
|
import workshop from './basedata/workshop/zh'
|
||
|
import vehicle from './basedata/vehicle/zh'
|
||
|
import material from './basedata/material/zh'
|
||
|
import classification from './basedata/classification/zh'
|
||
|
import taskConfig from './sch/task/zh'
|
||
|
import SchBasePoint from './sch/point/zh'
|
||
|
import taskManage from './sch/task_manage/zh'
|
||
|
import regionManage from './sch/region/zh'
|
||
|
import sys_redis from './system/redis/zh'
|
||
|
import record from './record/zh'
|
||
|
import error_log from './errorLog/zh'
|
||
|
import operation_log from './operationLog/zh'
|
||
|
import notice from './system/notice/zh'
|
||
|
import search from './lucene/search/zh'
|
||
|
import lucene from './lucene/zh'
|
||
|
import online from './online/zh'
|
||
|
import login from './login/zh'
|
||
|
import zh from './zh-CN'
|
||
|
import menu from './menu/zh'
|
||
|
import param from './param/zh'
|
||
|
import instruction from './instruction/zh'
|
||
|
import task from './task/zh'
|
||
|
import history from './history/zh'
|
||
|
import device from './device/zh'
|
||
|
import opc from './opc/zh'
|
||
|
import protocol from './protocol/zh'
|
||
|
import address from './address/zh'
|
||
|
import storageCell from './storageCell/zh'
|
||
|
import route from './route/zh'
|
||
|
import auto from './auto/zh'
|
||
|
import customPolicy from './customPolicy/zh'
|
||
|
import monitor from './monitor/zh'
|
||
|
import timing from './timing/zh'
|
||
|
import config from './config/zh'
|
||
|
import user from './user/zh'
|
||
|
import deviceErrorInfo from './deviceErrorInfo/zh'
|
||
|
import role from './role/zh'
|
||
|
import department from './department/zh'
|
||
|
import dict from './dict/zh'
|
||
|
import angle from './angle/zh'
|
||
|
import regional from './regional/zh'
|
||
|
import stage from './stage/zh'
|
||
|
|
||
|
export default {
|
||
|
...zhLocale,
|
||
|
...dataPermission,
|
||
|
...zh,
|
||
|
...workshop,
|
||
|
...vehicle,
|
||
|
...material,
|
||
|
...classification,
|
||
|
...record,
|
||
|
...online,
|
||
|
...operation_log,
|
||
|
...login,
|
||
|
...taskConfig,
|
||
|
...taskManage,
|
||
|
...error_log,
|
||
|
...notice,
|
||
|
...SchBasePoint,
|
||
|
...regionManage,
|
||
|
...sys_redis,
|
||
|
...search,
|
||
|
...lucene,
|
||
|
...menu,
|
||
|
...param,
|
||
|
...device,
|
||
|
...opc,
|
||
|
...protocol,
|
||
|
...address,
|
||
|
...storageCell,
|
||
|
...route,
|
||
|
...instruction,
|
||
|
...task,
|
||
|
...history,
|
||
|
...auto,
|
||
|
...customPolicy,
|
||
|
...monitor,
|
||
|
...timing,
|
||
|
...config,
|
||
|
...deviceErrorInfo,
|
||
|
...user,
|
||
|
...role,
|
||
|
...department,
|
||
|
...dict,
|
||
|
...angle,
|
||
|
...regional,
|
||
|
...stage
|
||
|
}
|
||
|
|