| | |
| | | <a-col :md="4" :sm="4" :xs="4"> |
| | | <a-form-item label="班次"> |
| | | <a-select v-model="queryParam.shiftSubId" placeholder="请选择班次" allow-clear> |
| | | <a-select-option key="" value="">全部</a-select-option> |
| | | <a-select-option key="01" value="01">早班</a-select-option> |
| | | <a-select-option key="02" value="02">中班</a-select-option> |
| | | <a-select-option key="03" value="03">晚班</a-select-option> |
| | |
| | | </th> |
| | | <th class="thgu dong2 name" rowspan="2" style="min-width: 162px; max-width: 162px;width: 162px;">设备名称 |
| | | </th> |
| | | <th class="thgu dong3 name" rowspan="2" style="min-width: 100px; max-width: 100px;width: 100px;">设备类型 |
| | | <th class="thgu dong3 name" rowspan="2" style="min-width: 162px; max-width: 162px;width: 162px;">组别 |
| | | </th> |
| | | <th class="thgu dong4 name" rowspan="2" style="min-width: 100px; max-width: 100px;width: 100px;">设备类型 |
| | | </th> |
| | | <th class="thgu dong5 name" rowspan="2" style="min-width: 100px; max-width: 100px;width: 100px;">班次 |
| | | </th> |
| | | <template v-for="(tableHead, index) in tableHeads"> |
| | | <th class="timeth">{{tableHead}}</th> |
| | |
| | | <td class="tdgu2 kaitou" style="min-width: 162px; max-width: 162px;width: 162px;"> |
| | | {{item.equipmentName}} |
| | | </td> |
| | | <td class="tdgu3 kaitou">{{item.equipmentType}}</td> |
| | | <td class="tdgu3 kaitou" style="min-width: 162px; max-width: 162px;width: 162px;"> |
| | | {{item.clazz}} |
| | | </td> |
| | | <td class="tdgu4 kaitou">{{item.equipmentType}}</td> |
| | | <td class="tdgu5 kaitou">{{item.shiftSubName}}</td> |
| | | |
| | | <template v-for="(tableHead, index) in item.dataList"> |
| | | <td :style="{background:tableHead.color }"> |
| | |
| | | z-index: 2; |
| | | } |
| | | |
| | | .table tbody tr .tdgu4 { |
| | | position: sticky; |
| | | left: 424px; |
| | | z-index: 2; |
| | | } |
| | | |
| | | .table tbody tr .tdgu5 { |
| | | position: sticky; |
| | | left: 524px; |
| | | z-index: 2; |
| | | } |
| | | |
| | | .table2 thead tr .timeth, |
| | | .table2 thead tr .thgu { |
| | | position: sticky; |
| | |
| | | left: 262px; |
| | | } |
| | | |
| | | .table2 thead .equipname .dong4 { |
| | | z-index: 5; |
| | | left: 424px; |
| | | } |
| | | |
| | | .table2 thead .equipname .dong5 { |
| | | z-index: 5; |
| | | left: 524px; |
| | | } |
| | | |
| | | #EfficiencyShift { |
| | | overflow: hidden; |
| | | } |