Browse Source

bug fixed

duwendi 1 year ago
parent
commit
6b3aea94ea
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/pages/index/components/event_monitoring.vue

+ 4 - 0
src/pages/index/components/event_monitoring.vue

@@ -192,6 +192,10 @@ export default {
192
           label: '停车场',
192
           label: '停车场',
193
           key: 'carParkName'
193
           key: 'carParkName'
194
         },
194
         },
195
+        {
196
+          label: '事件类型',
197
+          key: 'eventKey'
198
+        },
195
         {
199
         {
196
           label: '实时数',
200
           label: '实时数',
197
           key: 'today'
201
           key: 'today'