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/moduleEPM/config/menu.json
2024-01-24 16:47:50 +08:00

39 lines
701 B
JSON

[
{
"name": "moduleEPM",
"title": "moduleEPM_M.title",
"icon_s": "image/icons/moduleEPM.png",
"isShow": true,
"order": 2,
"childs": [
{
"name": "moduleEPM",
"title": "moduleEPM.title",
"icon": "image/icons/moduleEPM_s.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 0,
"default": "moduleEPM",
"module" : "EPM",
"childs": [
{
"name": "moduleEPM",
"title": "home.title",
"icon": "",
"isShow": true,
"order": 0
},
{
"name": "epm01",
"title": "epm01.title",
"icon": "",
"isShow": true,
"order": 1
}
]
}
]
}
]