From b2ce4cf46bda0570ad91636fab8760694cf0b3f0 Mon Sep 17 00:00:00 2001 From: zmk <496160012@qq.com> Date: 星期二, 28 五月 2024 18:47:58 +0800 Subject: [PATCH] 提交代码 --- javaweb-plus/javaweb-admin/src/main/resources/templates/main.html | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-) diff --git a/javaweb-plus/javaweb-admin/src/main/resources/templates/main.html b/javaweb-plus/javaweb-admin/src/main/resources/templates/main.html index 6391db5..17d1299 100644 --- a/javaweb-plus/javaweb-admin/src/main/resources/templates/main.html +++ b/javaweb-plus/javaweb-admin/src/main/resources/templates/main.html @@ -219,7 +219,7 @@ <!-- <li class="el-icon-caret-bottom" style="color: #f56c6c">--> </span> <span style="color:rgba(0,0,0,.87);font-size: 15px;"> - 鏈畨瑁� <span style="float: right">68</span> + 鏈畨瑁� <span style="float: right">{{indexDataCount.cameraCountNaN}}</span> <!-- <li class="el-icon-caret-bottom" style="color: #409eff">--> </span> </div> @@ -294,7 +294,7 @@ <el-card class="box-card"> <div style="height: 200px;width: 100%"> <div style="width: 100%;height: 20px;"> - <h3>椤圭洰鎬讳綋杩涘害2(%)</h3> + <h3>椤圭洰鎬讳綋杩涘害(%)</h3> </div> <div id="Chart1" style="width: 80%;height: 180px;margin-left: 10%;"></div> </div> @@ -407,7 +407,11 @@ emphasis: { focus: 'series' }, - data: [] + data: [], + itemStyle: { + // 淇敼鏌卞瓙鐨勯鑹� + color: '#e2b507' + } }, { name: '鍏ュ簱', @@ -416,7 +420,11 @@ emphasis: { focus: 'series' }, - data: [] + data: [], + itemStyle: { + // 淇敼鏌卞瓙鐨勯鑹� + color: '#2992c6' + } }, ] @@ -447,6 +455,7 @@ $.ajaxSettings.async = false; $.get(url,{},function(res){ vm.indexDataCount = res.data; + vm.indexDataCount.cameraCountNaN = 68 -vm.indexDataCount.cameraCount; }) $.ajaxSettings.async = false; @@ -598,6 +607,7 @@ map.openInfoWindow(markerInfoWin, point); //寮�鍚俊鎭獥鍙� } + //鎬昏繘搴︿华琛ㄧ洏 function totalProcess() { var Chart1 = echarts.init(document.getElementById('Chart1')); -- Gitblit v1.9.1