tanxf 4 years ago
parent
commit
f0a3d68b2a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/pages/Parking/index.vue
  2. 1 1
      src/router/index.js

+ 1 - 1
src/pages/Parking/index.vue

@@ -1,4 +1,4 @@
-//
+//车位区域管理
 <template>
   <el-table
     :data="tableData"

+ 1 - 1
src/router/index.js

@@ -61,7 +61,7 @@ import OperationLog             from '@/pages/System/OperationLog'
 
 import Complaints from '@/pages/Complaints/index'
 import ParKing from '@/pages/ParKing/index' //停车位
-import Letter from '@/pages/Letter/index' //停车位
+import Letter from '@/pages/Letter/index' //收信记录
 
 Vue.use( Router )