1、更新主页面

This commit is contained in:
weidong 2023-12-22 19:30:10 +08:00
parent 2664ac75b8
commit ccd8d35744
2 changed files with 44 additions and 160 deletions

View File

@ -21,6 +21,12 @@
"icon": "fa fa-home",
"target": "_self"
},
{
"title": "运行状态",
"href": "page/gnss_status",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "告警管理",
"href": "",
@ -42,15 +48,9 @@
]
},
{
"title": "北斗",
"href": "",
"icon": "fa fa-star-o",
"target": "",
"child": [
{
"title": "运行状态",
"href": "page/gnss_status",
"icon": "fa fa-tachometer",
"title": "解算结果",
"href": "page/gnss_data_calc",
"icon": "fa fa-calculator",
"target": "_self"
},
{
@ -107,88 +107,6 @@
}
]
},
{
"title": "测斜仪",
"href": "",
"icon": "fa fa-area-chart",
"target": "",
"child": [
{
"title": "运行状态",
"href": "",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "配置管理",
"href": "",
"icon": "fa fa-gear",
"target": "_self"
}
]
},
{
"title": "光伏DTU",
"href": "",
"icon": "fa fa-sun-o",
"target": "",
"child": [
{
"title": "运行状态",
"href": "",
"icon": "fa fa-tachometer",
"target": "_self"
},
{
"title": "配置管理",
"href": "",
"icon": "fa fa-gear",
"target": "_self",
"child": [
{
"title": "通用参数",
"href": "",
"icon": "fa fa-minus",
"target": "_self"
},
{
"title": "设备参数",
"href": "",
"icon": "fa fa-minus",
"target": "_self"
}
]
},
{
"title": "设备消息",
"href": "",
"icon": "fa fa-file-text-o",
"target": "_self",
"child": [
{
"title": "消息摘要",
"href": "",
"icon": "fa fa-minus",
"target": "_self"
},
{
"title": "状态消息",
"href": "",
"icon": "fa fa-minus",
"target": "_self"
},
{
"title": "统计消息",
"href": "",
"icon": "fa fa-minus",
"target": "_self"
}
]
}
]
}
]
},
{
"title": "系统管理",
"icon": "fa fa-lemon-o",
@ -220,40 +138,6 @@
"target": "_self"
}
]
},
{
"title": "监测数据",
"icon": "fa fa-slideshare",
"href": "",
"target": "_self",
"child": [
{
"title": "北斗",
"href": "",
"icon": "fa fa-star-o",
"target": "",
"child": [
{
"title": "解算结果",
"href": "page/gnss_data_calc",
"icon": "fa fa-calculator",
"target": "_self"
},
{
"title": "原始数据",
"href": "page/gnss_data_raw",
"icon": "fa fa-database",
"target": "_self"
}
]
},
{
"title": "测斜仪",
"href": "",
"icon": "fa fa-area-chart",
"target": "_self"
}
]
}
]
}

View File

@ -24,7 +24,7 @@
<div class="layuimini-container layuimini-page-anim">
<div class="layuimini-main welcome">
<div class="layui-row layui-col-space15">
<div class="layui-col-xs12 layui-col-md4">
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-card top-panel">
<div class="layui-card-header">设备数量</div>
@ -42,18 +42,18 @@
</div>
</div>
<div class="layui-col-xs12 layui-col-md4">
<div class="layui-col-xs12 layui-col-md6">
<div class="layui-card top-panel">
<div class="layui-card-header">告警统计</div>
<div class="layui-card-body">
<div class="layui-row layui-col-space5">
<div class="layui-col-xs9 layui-col-md8 top-panel-number">
<a style="color: #1aa094">告警总数</a><br>
<a style="color: #1aa094">20</a><br>
</div>
<div class="layui-col-xs3 layui-col-md4">
严重 <a style="color: #bd3004">2040</a><br>
一般 <a style="color: #C0C0C0">2020</a>
严重 <a style="color: #bd3004">5</a><br>
一般 <a style="color: #C0C0C0">20</a>
</div>
</div>
</div>