|
|
|
@ -68,12 +68,7 @@
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
</a-table>
|
|
|
|
</a-table>
|
|
|
|
<Model
|
|
|
|
|
|
|
|
:visible.sync="visible"
|
|
|
|
|
|
|
|
:vid1.sync="vid1"
|
|
|
|
|
|
|
|
:vid2.sync="vid2"
|
|
|
|
|
|
|
|
@close="closeModel"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
</template>
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
@ -209,10 +204,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
showModel(record) {
|
|
|
|
showModel(record) {
|
|
|
|
this.visible = true
|
|
|
|
|
|
|
|
this.vid1 = videoUrl + record.videoPath1;
|
|
|
|
|
|
|
|
console.log(this.vid1)
|
|
|
|
|
|
|
|
this.vid2 = videoUrl + record.videoPath2;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
closeModel(visible, data) {
|
|
|
|
closeModel(visible, data) {
|
|
|
|
|