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

30 lines
665 B
JSON
Raw Permalink Normal View History

2024-01-24 16:47:50 +08:00
[
{
"name": "moduleSPC_M",
"title": "moduleSPC_M.title",
"icon_s": "image/icons/moduleSPC.png",
"isShow": true,
"order": 4,
"childs": [
{
"name": "moduleSPC",
"title": "moduleSPC.title",
"icon": "image/icons/moduleSPC_s.png",
"enTitle": "Pre",
"color": "rgba(212, 182, 59, 0.8)",
"isShow": true,
"order": 0,
"default": "moduleSPC",
"childs": [
{
"name": "spc01_qcform_list",
"title": "spc01_qcform_list.title",
"icon": "",
"isShow": true,
"order": 0
}
]
}
]
}
]