Browse Source

修改应急云图-摄像头及落点十多秒自动清空

qinhouyu 2 years ago
parent
commit
c2d8e1862f
1 changed files with 3 additions and 30 deletions
  1. 3 30
      src/views/monitor.vue

+ 3 - 30
src/views/monitor.vue

@@ -39,27 +39,6 @@
                   </div>
                 </div>
               </div>
-              <!--              <div class="overflow-y" style="height: 33vh;">-->
-              <!--                <el-collapse accordion>-->
-              <!--                  <el-collapse-item v-for="(item,index) in region" :key="index">-->
-              <!--                    &lt;!&ndash; deptId &ndash;&gt;-->
-              <!--                    <template slot="title">-->
-              <!--                      <div class="d-l-con sj-collapse" :class="{on:listCurrentIndex1==item.deptId}"-->
-              <!--                           v-on:click="selectCameraByDeptId(item.deptId)">-->
-              <!--                        <div class="d-l-l-text">-->
-              <!--                          <h4 class="collapse-title">{{ item.deptName }}</h4>-->
-              <!--                        </div>-->
-              <!--                        <div class="d-l-l-count">{{ item.deptCount }}</div>-->
-              <!--                      </div>-->
-              <!--                    </template>-->
-              <!--                  </el-collapse-item>-->
-              <!--                </el-collapse>-->
-              <!--              </div>-->
-
-              <!--              &lt;!&ndash; 横向柱状 echart &ndash;&gt;-->
-              <!--              <div class="overflow-y" style="height: 33vh;">-->
-              <!--                <div id="camera-chart" style="width: 100%;height:33vh;"></div>-->
-              <!--              </div>-->
               <div class="sj-search">
                     <el-input v-model="deptName" placeholder="请输入部门名称" clearable size="small"
                       prefix-icon="el-icon-search"/>
@@ -91,7 +70,7 @@
               <el-input v-model="rightDeptName" :placeholder="placeholderMsg" clearable size="small"
                 prefix-icon="el-icon-search"/>
             </div>
-            
+
             <div class="i-list-con" style="height: 37vh;">
               <div class="d-l-con" v-for="(item,index) in visuForestCloudCameraBOListSearch"
                 :class="{on:listCurrentIndex2 == index}" v-on:click="dropLocation(item.latitude,item.longitude,index)">
@@ -124,11 +103,6 @@
         </div>
       </div>
       <vBottomMenu ref="bottomMenu"></vBottomMenu>
-      <!--      <el-tooltip :content="indentText" placement="top" :disabled="indentdisabled">-->
-      <!--        <div class="mascot" ref="mascot" :class="indentStyle" @click="indent"><img-->
-      <!--          src="@/assets/images/mascot.png"/></div>-->
-      <!--      </el-tooltip>-->
-
     </div>
     <eventLocation ref="eventLocation"></eventLocation>
     <TVWall ref="TVWall"></TVWall>
@@ -205,11 +179,10 @@
       this.getTreeselect()
       this.deptId = Cookies.get("deptId")
       //this.getSensorListByDeptIds()
-      this.chuanSet()
+      // this.chuanSet()
       this.getMonitorDeviceAndDataLists()
       this.getDlblistBydeptIds()
       this.selectDeviceType(-1)
-      // this.showTVWall();
     },
     data() {
       return {
@@ -1696,4 +1669,4 @@
     height: 600px;
     border: 1px solid red;
   }
-</style>
+</style>