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.
58 lines
1.3 KiB
58 lines
1.3 KiB
import idLocale from 'element-ui/lib/locale/lang/id'
|
|
import id from './in'
|
|
import menu from './menu/in'
|
|
import param from './param/in'
|
|
import instruction from './instruction/in'
|
|
import task from './task/in'
|
|
import history from './history/in'
|
|
import device from './device/in'
|
|
import opc from './opc/in'
|
|
import protocol from './protocol/in'
|
|
import address from './address/in'
|
|
import storageCell from './storageCell/in'
|
|
import route from './route/in'
|
|
import auto from './auto/in'
|
|
import monitor from './monitor/in'
|
|
import timing from './timing/in'
|
|
import config from './config/in'
|
|
import customPolicy from './customPolicy/in'
|
|
import deviceErrorInfo from './deviceErrorInfo/in'
|
|
import user from './user/in'
|
|
import role from './role/in'
|
|
import department from './department/in'
|
|
import dict from './dict/in'
|
|
import angle from './angle/in'
|
|
import regional from './regional/in'
|
|
import stage from './stage/in'
|
|
import region from './region/in'
|
|
|
|
export default {
|
|
...idLocale,
|
|
...id,
|
|
...menu,
|
|
...param,
|
|
...instruction,
|
|
...task,
|
|
...history,
|
|
...device,
|
|
...opc,
|
|
...protocol,
|
|
...address,
|
|
...storageCell,
|
|
...route,
|
|
...auto,
|
|
...customPolicy,
|
|
...auto,
|
|
...monitor,
|
|
...config,
|
|
...timing,
|
|
...deviceErrorInfo,
|
|
...user,
|
|
...role,
|
|
...department,
|
|
...dict,
|
|
...angle,
|
|
...regional,
|
|
...stage,
|
|
...region
|
|
}
|
|
|