|
|
@@ -20,21 +20,21 @@
|
|
|
v-model="uavit.show"
|
|
|
@change="(val) => showpath(val, uavit)"
|
|
|
>
|
|
|
- 架次路线
|
|
|
+ 驾次路线
|
|
|
</el-checkbox>
|
|
|
<i
|
|
|
class="el-icon-s-promotion"
|
|
|
:class="flyid == uavit.id ? 'isprofly' : ''"
|
|
|
@click="lineFly(uavit)"
|
|
|
></i>
|
|
|
- <div>批次号:{{ uavit.batch }}</div>
|
|
|
+ <div>驾次号:{{ uavit.batch }}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="imgList">
|
|
|
<video
|
|
|
:id="`video${uavit.id}_${vitem.id}`"
|
|
|
WE
|
|
|
- class="imgDiv"
|
|
|
+ class="videoDiv"
|
|
|
preload="none"
|
|
|
:poster="geturl(vitem.photo_path)"
|
|
|
crossorigin
|
|
|
@@ -357,6 +357,14 @@ export default {
|
|
|
overflow-x: hidden;
|
|
|
overflow-y: auto;
|
|
|
// background-color: rgba(255, 192, 203, 0.372);
|
|
|
+ .videoDiv{
|
|
|
+ width: 46%;
|
|
|
+ height: 180px;
|
|
|
+ margin-right: 10px;
|
|
|
+ // background-color: rgba(0, 255, 255, 0.413);
|
|
|
+ position: relative;
|
|
|
+ margin: 4px 4px;
|
|
|
+ }
|
|
|
.imgDiv {
|
|
|
width: 126px;
|
|
|
height: 83px;
|