|
@@ -394,8 +394,8 @@
|
|
<dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;"/>
|
|
<dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;"/>
|
|
</div>
|
|
</div>
|
|
<div class="i-list-con small-bottom-margin h-19">
|
|
<div class="i-list-con small-bottom-margin h-19">
|
|
- <dv-capsule-chart v-if="showEventKind" :config="eventKind" @setEventTypeId="setEventTypeId"
|
|
|
|
- style="width: 90%;height: 18vh; padding:.5rem 1rem"/>
|
|
|
|
|
|
+ <chart v-if="showEventKind" :config="eventKind" @setEventTypeId="setEventTypeId"
|
|
|
|
+ style="width: 90%;height: 18vh; padding:.5rem 1rem"></chart>
|
|
</div>
|
|
</div>
|
|
</dv-border-box-13>
|
|
</dv-border-box-13>
|
|
</div>
|
|
</div>
|
|
@@ -470,7 +470,7 @@
|
|
import Firespread from "./firespread";
|
|
import Firespread from "./firespread";
|
|
|
|
|
|
/** ----------------------------------摄像头预览结束------------------------------------- */
|
|
/** ----------------------------------摄像头预览结束------------------------------------- */
|
|
-
|
|
|
|
|
|
+ import chart from "./from/dvCapsuleChart.vue";
|
|
let echarts = require('echarts')
|
|
let echarts = require('echarts')
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
@@ -481,6 +481,7 @@
|
|
vheader,
|
|
vheader,
|
|
vBottomMenu,
|
|
vBottomMenu,
|
|
eventLocation,
|
|
eventLocation,
|
|
|
|
+ chart,
|
|
TVWall,
|
|
TVWall,
|
|
wrj,
|
|
wrj,
|
|
dateChoose,
|
|
dateChoose,
|