| | |
| | | <el-scrollbar always class="scroller"> |
| | | <div class="device-t">云端设备编码</div> |
| | | <div class="device-b"> |
| | | <div v-for="(item, index) in deviceInfo?.deviceIDList" :key="index" class="device-info"> |
| | | {{ item }} |
| | | <div v-for="item in deviceInfo?.deviceList" :key="item.deviceID" class="device-info"> |
| | | <el-popover placement="top" :width="200" trigger="click" :content="item.deviceID"> |
| | | <template #reference> |
| | | <el-text truncated style="color: #fff; max-width: 100px">{{ item.deviceID }}</el-text> |
| | | </template> |
| | | </el-popover> |
| | | </div> |
| | | </div> |
| | | </el-scrollbar> |