Commit 612dc52e authored by zhangjianqian's avatar zhangjianqian

大屏监控修改H5player 缩放

parent 9c8eb867
...@@ -282,7 +282,7 @@ ...@@ -282,7 +282,7 @@
}); });
pietwo.setOption({ pietwo.setOption({
title: { title: {
text: '隐患整治数(个) : '+ (this.allNum.typeOne+this.allNum.typeTwo), text: '隐患整治数(个) : 0',
left: 'center', left: 'center',
top :20, top :20,
textStyle:{ textStyle:{
...@@ -305,12 +305,12 @@ ...@@ -305,12 +305,12 @@
center: ['50%','58%'], center: ['50%','58%'],
data: [ data: [
{ {
value: this.allNum.typeTwo, value: 0,
name: '未完成', name: '未完成',
itemStyle: { color: '#09f' } itemStyle: { color: '#09f' }
}, },
{ {
value: this.allNum.typeOne, value: 0,
name: '已完成' , name: '已完成' ,
itemStyle: { color: '#00ffff' } itemStyle: { color: '#00ffff' }
}, },
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</div> </div>
<div class="yujingbottom"> <div class="yujingbottom">
<div>设备预警</div> <div>设备预警</div>
<span>2</span> <span>0</span>
</div> </div>
</div> </div>
<div class="yujingcenter yujing" > <div class="yujingcenter yujing" >
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
</div> </div>
<div class="yujingbottom"> <div class="yujingbottom">
<div>事件情况</div> <div>事件情况</div>
<span>2</span> <span>0</span>
</div> </div>
</div> </div>
<div class="yujingright yujing" > <div class="yujingright yujing" >
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
</div> </div>
<div class="yujingbottom"> <div class="yujingbottom">
<div>隐患数量</div> <div>隐患数量</div>
<span>2</span> <span>0</span>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment