|
@@ -9,7 +9,7 @@
|
|
|
</div> -->
|
|
|
<div class="ps-info" @click="handleXhClick(windInfo)">
|
|
|
<div class="ps-title">设备型号:</div>
|
|
|
- <div class="ps-name">{{ otherInfo?.model }}</div>
|
|
|
+ <div class="ps-name">{{otherInfo?.manufacturer}} ( {{ otherInfo?.model }} )</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="info-wrapper">
|