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/moduleRPT/config/menu.json

56 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-01-24 16:47:50 +08:00
[
{
"name": "moduleRPT_M",
"title": "moduleRPT_M.title",
"icon_s": "image/icons/modelR_s.png",
"isShow": true,
"order": 3,
"childs": [
{
"name": "moduleRPT",
"title": "moduleRPT.title",
"icon": "image/icons/ReportSingle.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 0,
"default": "rpt01",
"childs": [
{
"name": "rpt01",
"title": "home.title",
"icon": "",
"isShow": true,
"order": 0
}
]
},
{
"name": "log_summary",
"title": "log_summary.title",
"icon": "image/icons/ReportSingle.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 1,
"default": "log_summary",
"childs": [
{
"name": "log_summary",
"title": "home.title",
"icon": "",
"isShow": true,
"order": 0
},
{
"name": "log_summary_01",
"title": "mrs01.title",
"icon": "",
"isShow": false,
"order": 1
}
]
}
]
}
]