|
@@ -66,7 +66,7 @@
|
66
|
66
|
</div>
|
67
|
67
|
</div>
|
68
|
68
|
</div>
|
69
|
|
- <el-popover ref="popoverRef" v-model:visible="popoverVisible" placement="bottom" :width="400"
|
|
69
|
+ <el-popover ref="popoverRef" v-model:visible="roomVisible" placement="bottom" :width="400"
|
70
|
70
|
:virtual-ref="triggerRef" virtual-triggering popper-class="classpopover">
|
71
|
71
|
<div class="model-detail">
|
72
|
72
|
<span><span class="title">教室状态: </span>
|
|
@@ -163,7 +163,7 @@ export default ({
|
163
|
163
|
// 物联设备类型统计
|
164
|
164
|
const interDevice = ref([])
|
165
|
165
|
|
166
|
|
- const popoverVisible = ref(false)
|
|
166
|
+ const roomVisible = ref(false)
|
167
|
167
|
const popoverRef = ref(null)
|
168
|
168
|
const triggerRef = ref({
|
169
|
169
|
getBoundingClientRect() {
|
|
@@ -191,7 +191,7 @@ export default ({
|
191
|
191
|
|
192
|
192
|
console.log('kankanitem',item);
|
193
|
193
|
setTimeout(() => {
|
194
|
|
- popoverVisible.value = true;
|
|
194
|
+ roomVisible.value = true;
|
195
|
195
|
classInfo.value = item;
|
196
|
196
|
|
197
|
197
|
classInfo.value.online = classInfo.value.status == "在用" ? true : false
|
|
@@ -306,7 +306,7 @@ export default ({
|
306
|
306
|
}
|
307
|
307
|
const leftimg = ref("./img/")
|
308
|
308
|
return {
|
309
|
|
- popoverVisible,
|
|
309
|
+ roomVisible,
|
310
|
310
|
classCount,
|
311
|
311
|
classRoom,
|
312
|
312
|
interDevice,
|