Commit b3c093b0 authored by 李苏's avatar 李苏 💬

额外

parent cbded969
......@@ -3,7 +3,7 @@
<!-- 数据展示-->
<div class="lbt">
<el-carousel height='calc(100vh - 84px)' >
<el-carousel-item v-for="(item,index) in showList" :key="item.id">
<el-carousel-item v-for="(item,index) in showList" :key="item.id+index">
<!-- 轮播图all-->
<div class="lbtAll">
<!-- 说明-->
......@@ -14,7 +14,6 @@
</span>
</el-tooltip>
</div>
<el-image
style="width: 100%; height: 100%"
......@@ -35,6 +34,9 @@
} from '@/api/threeViolations/enterTV.js';
export default{
mounted(){
// $(this.$el).dblclick(()=>{
// window.fullScreen(this.$el)
// })
queryBglxFile({}).then(res=>{
this.showList=res.data.records||[]
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment