|
@@ -13,14 +13,14 @@
|
|
|
<!-- 泵 -->
|
|
<!-- 泵 -->
|
|
|
<div class="pumps">
|
|
<div class="pumps">
|
|
|
<component v-for="item in deviceConfigGroup.PUMPS" :key="item.id" :is="getComponentName(item.modelId)"
|
|
<component v-for="item in deviceConfigGroup.PUMPS" :key="item.id" :is="getComponentName(item.modelId)"
|
|
|
- :title="getEquipmentTitle(item.equipmentName)" :pumpDataArr="pumpHelper.getDataArrByCode(item.code)"
|
|
|
|
|
|
|
+ :title="getEquipmentTitle(item.title)" :pumpDataArr="pumpHelper.getDataArrByCode(item.code)"
|
|
|
:isReverse="item.isReverse" :iconSize="item.size" :style="getComponentStyle(item)" />
|
|
:isReverse="item.isReverse" :iconSize="item.size" :style="getComponentStyle(item)" />
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<!-- 罐体 -->
|
|
<!-- 罐体 -->
|
|
|
<div class="tanks">
|
|
<div class="tanks">
|
|
|
<component v-for="item in deviceConfigGroup.TANKS" :key="item.id" :is="getComponentName(item.modelId)"
|
|
<component v-for="item in deviceConfigGroup.TANKS" :key="item.id" :is="getComponentName(item.modelId)"
|
|
|
- :title="getEquipmentTitle(item.equipmentName)" :iconSize="item.size" :iconWidth="item.width"
|
|
|
|
|
|
|
+ :title="getEquipmentTitle(item.title)" :iconSize="item.size" :iconWidth="item.width"
|
|
|
:iconHeight="item.height" :style="getComponentStyle(item)" />
|
|
:iconHeight="item.height" :style="getComponentStyle(item)" />
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|