This repo is archived. You can view files and clone it, but cannot push or open issues or pull requests.
SXS20240115/SRC/iMES_PAD/module/moduleWIP/config/menu.json

144 lines
3.2 KiB
JSON
Raw Permalink Normal View History

2024-01-24 16:47:50 +08:00
[{
"name": "moduleWIP",
"title": "moduleWIP.title",
"icon_s": "image/icons/moduleSTD_s.png",
"isShow": true,
"order": 1,
"childs": [
{
"name": "moduleEQP",
"title": "moduleEQP.title",
"icon": "image/icons/moduleSTD.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 0,
"default": "moduleEQP",
"childs": [
{
"name": "moduleEQP",
"title": "home.title",
"icon": "",
"isShow": true,
"order": 0
},
{
"name": "mrs01",
"title": "mrs01.title",
"icon": "",
"isShow": true,
"order": 1
},
{
"name": "mrs02",
"title": "mrs02.title",
"icon": "",
"isShow": true,
"order": 2
},
{
"name": "wp_excute_lot",
"title": "wp_excute_lot.menuTitle",
"icon": "",
"isShow": true,
"isci": false,
"order": 3
}
]
},
{
"name": "moduleLot",
"title": "moduleLot.title",
"icon": "image/icons/moduleLot.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 1,
"default": "moduleLot",
"childs": [
{
"name": "moduleLot",
"title": "home.title",
"icon": "",
"isShow": true,
"order": 0
},
{
"name": "mrs01_lot",
"title": "mrs01.title",
"icon": "",
"isShow": true,
"order": 1
},
{
"name": "wp_excute_lot",
"title": "wp_excute_lot.menuTitle",
"icon": "",
"isShow": true,
"isci": false,
"order": 2
}
]
},
{
"name": "wp03_e_runcard",
"title": "wp03_e_runcard.title",
"icon": "image/icons/runcard.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 2,
"default": "wp03_e_runcard",
"childs": [
{
"name": "wp03_e_runcard",
"title": "wp03_e_runcard.title",
"icon": "",
"isShow": true,
"order": 0
}
]
},
{
"name": "moduleDispatch",
"title": "moduleDispatch.title",
"icon": "image/icons/menu_dispatch.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 0,
"default": "moduleDispatch",
"module": "WIP",
"childs": [
{
"name": "moduleDispatch",
"title": "home.title",
"icon": "",
"isShow": true,
"order": 0
}
]
},
{
"name": "mrs-mount-accessory",
"title": "mrs-mount-accessory.title",
"icon": "image/iMES_icon/icon_accessory@2x.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 1,
"default": "mrs-mount-accessory",
"module": "EMS",
"childs": [
{
"name": "mrs-mount-accessory",
"title": "home.title",
"icon": "",
"isShow": true,
"order": 0
}
]
}
]
}]