|
@@ -84,20 +84,13 @@
|
|
<dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
|
|
<dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
|
|
<img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
|
|
<img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
|
|
<div class="i-list-con h-27" style="padding-left: 1rem;">
|
|
<div class="i-list-con h-27" style="padding-left: 1rem;">
|
|
- <el-collapse accordion>
|
|
|
|
- <el-collapse-item v-for="(item,index) in forestFarm" :key="index">
|
|
|
|
- <!-- deptId -->
|
|
|
|
- <template slot="title">
|
|
|
|
- <div class="d-l-con sj-collapse" :class="{on:listCurrentIndex1==item.deptId}"
|
|
|
|
|
|
+ <div class="d-l-con sj-collapse" v-for="(item,index) in forestFarm" :class="{on:listCurrentIndex1==item.deptId}"
|
|
v-on:click="selectCameraByDeptId(item.deptId)">
|
|
v-on:click="selectCameraByDeptId(item.deptId)">
|
|
<div class="d-l-l-text">
|
|
<div class="d-l-l-text">
|
|
<h4 class="collapse-title">{{ item.deptName }}</h4>
|
|
<h4 class="collapse-title">{{ item.deptName }}</h4>
|
|
</div>
|
|
</div>
|
|
<div class="d-l-l-count">{{ item.eventCount }}</div>
|
|
<div class="d-l-l-count">{{ item.eventCount }}</div>
|
|
</div>
|
|
</div>
|
|
- </template>
|
|
|
|
- </el-collapse-item>
|
|
|
|
- </el-collapse>
|
|
|
|
</div>
|
|
</div>
|
|
</dv-border-box-13>
|
|
</dv-border-box-13>
|
|
</div>
|
|
</div>
|
|
@@ -384,7 +377,7 @@
|
|
</div>
|
|
</div>
|
|
<vBottomMenu ref="bottomMenu" @stopAudio="stopAudio" ></vBottomMenu>
|
|
<vBottomMenu ref="bottomMenu" @stopAudio="stopAudio" ></vBottomMenu>
|
|
</div>
|
|
</div>
|
|
- <audio id="resource" ref="up" :src="audioSrc" controls style="display: none;"></audio>
|
|
|
|
|
|
+ <audio id="resource" ref="up" :src="audioSrc" muted controls style="display: none;"></audio>
|
|
<eventdetailsdialog ref="eventdetailsdialog" :calendarDay="calendarDay" @getEventList="getEventList"
|
|
<eventdetailsdialog ref="eventdetailsdialog" :calendarDay="calendarDay" @getEventList="getEventList"
|
|
@getTodayEvents="getTodayEvents" @getFirespread="getFirespread"></eventdetailsdialog>
|
|
@getTodayEvents="getTodayEvents" @getFirespread="getFirespread"></eventdetailsdialog>
|
|
|
|
|