zouooh 1 year ago
parent
commit
a4fcaee08d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/index/components/park_monitor.vue

+ 2 - 2
src/pages/index/components/park_monitor.vue

@@ -116,11 +116,11 @@ export default {
116
         },
116
         },
117
         {
117
         {
118
           label: '泊位号',
118
           label: '泊位号',
119
-          key: 'parkingNo'
119
+          key: 'no'
120
         },
120
         },
121
         {
121
         {
122
           label: '泊车状态',
122
           label: '泊车状态',
123
-          key: 'parkingStatus'
123
+          key: 'stateName'
124
         }
124
         }
125
       ],
125
       ],
126
       tableData: [],
126
       tableData: [],