当前设备报修
This commit is contained in:
@@ -115,14 +115,14 @@
|
||||
<div class="corner corner4"></div>
|
||||
<div class="fl">
|
||||
<div class="block_h2">
|
||||
<h2>当前设备报警</h2>
|
||||
<h2>当前设备报修</h2>
|
||||
</div>
|
||||
<div class="list_scroll_title2">
|
||||
<span>报警设备</span><span>报警类型</span><span>报警时间</span>
|
||||
<span>报修设备</span><span>报修时间</span><span>报修说明</span><span>报修人</span><span>工序</span>
|
||||
</div>
|
||||
<ul class="content-block-scroll-ul2">
|
||||
<li v-for="(e, i) in arr4" :key="i">
|
||||
<span>{{e.device_name}}</span><span>{{e.devicestatus_name}}</span><span>{{e.update_date}}</span>
|
||||
<span>{{e.device_code}}</span><span>{{e.input_time}}</span><span>{{e.fault_desc}}</span><span>{{e.input_name}}</span><span>{{e.workprocedure_name}}</span>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -931,11 +931,11 @@ export default {
|
||||
// background-size 100% 3.5rem
|
||||
overflow hidden
|
||||
.list_scroll_title2
|
||||
width 3.6rem
|
||||
width 8.75rem
|
||||
background rgba(10, 78, 130, 0.5)
|
||||
span
|
||||
display inline-block
|
||||
width 33.3%
|
||||
width 20%
|
||||
text-align center
|
||||
line-height .56rem
|
||||
.content-block-scroll-ul2
|
||||
|
||||
Reference in New Issue
Block a user