|
@@ -10,11 +10,6 @@
|
|
|
<div class="zoom" @wheel.prevent="handleTableWheel($event)" ref="branch">
|
|
|
<table v-if="!loading&&data.length>0">
|
|
|
<tr>
|
|
|
- <th colspan="5">
|
|
|
- </th>
|
|
|
- <th colspan="25">
|
|
|
- <span style="font-size: 40px">蒸汽裂解装置锁开&锁关摆放看板</span><br/>
|
|
|
- </th>
|
|
|
<th>
|
|
|
<el-tag class="fwAndbg" size="medium" style="font-size: 12px;margin: 5px 10px;">LO-已挂锁</el-tag>
|
|
|
</th>
|
|
@@ -30,6 +25,11 @@
|
|
|
<th >
|
|
|
<el-tag class="grey" size="medium" style="font-size: 12px;margin: 0px 10px;">已删除</el-tag>
|
|
|
</th>
|
|
|
+ <th colspan="25">
|
|
|
+ <span style="font-size: 40px">蒸汽裂解装置锁开&锁关摆放看板</span><br/>
|
|
|
+ </th>
|
|
|
+ <th colspan="5">
|
|
|
+ </th>
|
|
|
</tr>
|
|
|
<tr v-for="(list) in data">
|
|
|
<td v-for="(item) in list">
|