Commit c9539187 authored by lc0527's avatar lc0527

工控屏展示调整

parent 57f9bdc8
......@@ -192,7 +192,7 @@
{method: 'GET', headers: {'Authorization': 'Bearer_'+localStorage.getItem("_token")}})
.then(response => response.json())
.then(data => {
this.gongweiList=data.data.map((o)=> Object.assign({},o,{active:false,lable:o.siteName}));
this.gongweiList=data.data.map((o)=> Object.assign({},o,{active:false,lable:o.siteNo+'-'+o.siteName}));
})
.catch(error => console.error('Error:', error));
},
......
......@@ -143,10 +143,10 @@
<div class="box-right-container box-echarts-body-index2" id="dialog-entirety-message-id">
<div class="main_b ul-index1 bottom-inex23-box">
<div class="main_b marquee-container">
<span class="marquee text-126 error" id="msgShowWindow" >连接错误,连接错误,连接错误</span>
<span class="marquee text-126 error" id="msgShowWindow" ></span>
</div>
<div class="main_b marquee-container">
<span class="marquee text-126 error" id="broadcastShowWindow" style="float: left">通知:---=--=-=</span>
<span class="marquee text-126 error" id="broadcastShowWindow" style="float: left"></span>
</div>
</div>
</div>
......
......@@ -302,10 +302,10 @@
<div class="box-right-container box-echarts-body-index2">
<div class="main_b ul-index1 bottom-inex23-box">
<div class="main_b marquee-container">
<span class="marquee text-126 error" id="msgShowWindow" >连接错误,连接错误,连接错误</span>
<span class="marquee text-126 error" id="msgShowWindow" ></span>
</div>
<div class="main_b marquee-container">
<span class="marquee text-126 error" id="broadcastShowWindow" style="float: left">通知:---=--=-=</span>
<span class="marquee text-126 error" id="broadcastShowWindow" style="float: left"></span>
</div>
</div>
</div>
......
......@@ -79,10 +79,10 @@
<div class="box-right-container box-echarts-body-index2" id="dialog-entirety-message-id">
<div class="main_b ul-index1 bottom-inex23-box">
<div class="main_b marquee-container">
<span class="marquee text-126 error" id="msgShowWindow" >连接错误,连接错误,连接错误</span>
<span class="marquee text-126 error" id="msgShowWindow" ></span>
</div>
<div class="main_b marquee-container">
<span class="marquee text-126 error" id="broadcastShowWindow" style="float: left">通知:---=--=-=</span>
<span class="marquee text-126 error" id="broadcastShowWindow" style="float: left"></span>
</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