فهرست منبع

林业可视化事件分类点击事件

wang_xy 2 سال پیش
والد
کامیت
d09b81fff0
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      src/views/forest.vue

+ 4 - 3
src/views/forest.vue

@@ -394,8 +394,8 @@
                 <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;"/>
               </div>
               <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>
             </dv-border-box-13>
           </div>
@@ -470,7 +470,7 @@
   import Firespread from "./firespread";
 
   /** ----------------------------------摄像头预览结束------------------------------------- */
-
+  import chart from "./from/dvCapsuleChart.vue";
   let echarts = require('echarts')
   export default {
     components: {
@@ -481,6 +481,7 @@
       vheader,
       vBottomMenu,
       eventLocation,
+      chart,
       TVWall,
       wrj,
       dateChoose,