|
|
@ -5,7 +5,7 @@ |
|
|
|
<div v-if="visible" class="content"> |
|
|
|
<div class="mainDialog"> |
|
|
|
<div class="dialog_head"> |
|
|
|
<div class="tit">{{ device.deviceName }}</div> |
|
|
|
<div class="tit">{{ selectedDevice.deviceName }}</div> |
|
|
|
<img class="btnCls" src="@/assets/jihe/images/dialog/ibCls.png" alt="" @click="____onClose"> |
|
|
|
<img class="deco" src="@/assets/jihe/images/dialog/ibHeadDeco.png" alt=""> |
|
|
|
</div> |
|
|
@ -37,15 +37,15 @@ |
|
|
|
<div class="show_bottom_tab_box"> |
|
|
|
<div class="deviceInfo"> |
|
|
|
<div class="deviceInfo_l">设备名称</div> |
|
|
|
<div class="deviceInfo_r">{{ device.deviceName }}</div> |
|
|
|
<div class="deviceInfo_r">{{ selectedDevice.deviceName }}</div> |
|
|
|
</div> |
|
|
|
<div class="deviceInfo"> |
|
|
|
<div class="deviceInfo_l">设备桩号</div> |
|
|
|
<div class="deviceInfo_r">{{ device.stakeMark }}</div> |
|
|
|
<div class="deviceInfo_r">{{ selectedDevice.stakeMark }}</div> |
|
|
|
</div> |
|
|
|
<div class="deviceInfo"> |
|
|
|
<div class="deviceInfo_l">屏幕像素</div> |
|
|
|
<div class="deviceInfo_r">{{ JSON.parse(device.otherConfig).screenSize }} px</div> |
|
|
|
<div class="deviceInfo_r">{{ JSON.parse(selectedDevice.otherConfig).screenSize }} px</div> |
|
|
|
</div> |
|
|
|
<!-- <div class="deviceInfo" v-for="item in tabDataInfoList" :key="item.id"> |
|
|
|
<div class="deviceInfo_l">{{ item.tit }}: </div> |
|
|
|