This commit is contained in:
parent
d3c08d243b
commit
09175bba3c
|
|
@ -29,7 +29,14 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="top_main">
|
<div class="top_main">
|
||||||
<div class="text">频段:{{ drone.freq }}</div>
|
<div class="text">频段:{{ drone.freq }}</div>
|
||||||
<div class="text">型号:{{ drone.device_type }}</div>
|
<el-tooltip
|
||||||
|
class="item"
|
||||||
|
effect="dark"
|
||||||
|
:content="drone.device_type"
|
||||||
|
placement="top"
|
||||||
|
>
|
||||||
|
<div class="text">型号:{{ drone.device_type }}</div>
|
||||||
|
</el-tooltip>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue