yxq 3 weeks ago
parent
commit
58f135e58c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      SafeCampus.WEB/src/views/screen/component/index/todayInfo.vue

+ 1
- 1
SafeCampus.WEB/src/views/screen/component/index/todayInfo.vue View File

@@ -12,7 +12,7 @@
v-model="place1"
:teleported="false"
@change="placeChange"
placeholder="场景选择"
placeholder="区域选择"
clearable
>
<el-option v-for="item in placeOptions" :value="item.value" :label="item.label" :key="item.value"></el-option>


Loading…
Cancel
Save