提交修改

pg_adapter
dshclm 6 months ago
parent 3884f9aaf2
commit f5e5a5c02e

@ -26,11 +26,9 @@
<div class="echart"> <div class="echart">
<div class="children_echarts left_echarts"> <div class="children_echarts left_echarts">
<div id="leftMain" style="width: 800px;height:310px"></div> <div id="leftMain" style="width: 800px;height:310px"></div>
<h2 style="text-align: center;margin-top: -14px;font-weight: bold">自行制作</h2>
</div> </div>
<div class="children_echarts right_echarts"> <div class="children_echarts right_echarts">
<div id="rightMain" style="width: 500px;height:300px"></div> <div id="rightMain" style="width: 500px;height:300px"></div>
<h2 style="text-align: center;margin-top: -7px;font-weight: bold">上级下发</h2>
</div> </div>
</div> </div>
<div class="col-sm-12 search-collapse" > <div class="col-sm-12 search-collapse" >
@ -330,7 +328,7 @@
if (response.data.code == web_status.SUCCESS){ if (response.data.code == web_status.SUCCESS){
myChart.setOption({ myChart.setOption({
title: { title: {
text: '载体数量' text: '自行制作'
}, },
tooltip: {}, tooltip: {},
legend: { legend: {
@ -365,7 +363,7 @@
if (response.data.code == web_status.SUCCESS){ if (response.data.code == web_status.SUCCESS){
rightMain.setOption({ rightMain.setOption({
title: { title: {
text: '载体数量' text: '上级下发'
}, },
tooltip: {}, tooltip: {},
legend: { legend: {

Loading…
Cancel
Save