update at 2023/08/14
This commit is contained in:
37
config/menu/menu-fault-management.json
Normal file
37
config/menu/menu-fault-management.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"id": 1,
|
||||
"title": "故障管理",
|
||||
"icon": "fa fa-telegram",
|
||||
"href": "",
|
||||
"target": null,
|
||||
"parentId": 0,
|
||||
"child": [
|
||||
{
|
||||
"id": 2,
|
||||
"title": "活动告警",
|
||||
"icon": "fa fa-caret-right",
|
||||
"href": "page/alarm/alarmListDown.html",
|
||||
"target": null,
|
||||
"parentId": 1,
|
||||
"child": null
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"title": "历史告警",
|
||||
"icon": "fa fa-caret-right",
|
||||
"href": "page/alarm/AlarmListHistory.html",
|
||||
"target": null,
|
||||
"parentId": 1,
|
||||
"child": null
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"title": "告警设置",
|
||||
"icon": "fa fa-caret-right",
|
||||
"href": "absence/list.html",
|
||||
"target": null,
|
||||
"parentId": 1,
|
||||
"child": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user