Browse Source

no message

duwendi 1 year ago
parent
commit
c28dfa1694
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/pages/index/components/parking_lot_situation.vue

+ 5 - 5
src/pages/index/components/parking_lot_situation.vue

@@ -8,14 +8,14 @@
8 8
               <el-option v-for="item in districtOptions"  :key="item.value" :label="item.label" :value="item.value"></el-option>
9 9
             </el-select>
10 10
           </el-form-item>
11
-          <el-form-item label="停车场">
12
-            <el-select clearable filterable v-model="formInline.parkId" placeholder="请选择" popper-class="cur-select">
13
-              <el-option v-for="item in carOptions" :key="item.parkId" :label="item.carParkName" :value="item.parkId"></el-option>
11
+          <el-form-item label="重点区域">
12
+            <el-select clearable filterable v-model="formInline.keyAreas" placeholder="请选择" popper-class="cur-select">
13
+              <el-option v-for="item in keyAreaOptions" :key="item.value" :label="item.label" :value="item.value"></el-option>
14 14
             </el-select>
15 15
           </el-form-item>
16 16
           <el-form-item label="停车场">
17
-            <el-select clearable filterable v-model="formInline.keyAreas" placeholder="请选择" popper-class="cur-select">
18
-              <el-option v-for="item in keyAreaOptions" :key="item.value" :label="item.label" :value="item.value"></el-option>
17
+            <el-select clearable filterable v-model="formInline.parkId" placeholder="请选择" popper-class="cur-select">
18
+              <el-option v-for="item in carOptions" :key="item.parkId" :label="item.carParkName" :value="item.parkId"></el-option>
19 19
             </el-select>
20 20
           </el-form-item>
21 21
           <el-form-item>