|
|
@@ -265,13 +265,13 @@
|
|
|
</div>
|
|
|
</a-tab-pane>
|
|
|
|
|
|
- <a-tab-pane v-if="!hasPermission('show:noHandleHistory')" key="6" tab="风门故障统计分析">
|
|
|
+ <a-tab-pane v-if="hasPermission('gate:list')" key="6" tab="风门故障统计分析">
|
|
|
<div class="tab-item" v-if="activeKey === '6'">
|
|
|
<WindDoorFaultTable :device-list-api="getOrderByCount" :device-type="deviceType" ></WindDoorFaultTable>
|
|
|
</div>
|
|
|
</a-tab-pane>
|
|
|
|
|
|
- <a-tab-pane v-if="!hasPermission('show:noHandleHistory')" key="7" tab="车辆损坏排查">
|
|
|
+ <a-tab-pane v-if="hasPermission('gate:list')" key="7" tab="车辆损坏排查">
|
|
|
<div class="tab-item" v-if="activeKey === '7'">
|
|
|
<CarDamageTable :device-list-api="getCarList" :gateId="gateId" :device-type="deviceType"></CarDamageTable>
|
|
|
</div>
|