This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
bjquanjiang
/
pinganxiaoyuan
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
.
master
yxq
3 weeks ago
parent
c19fa75e8c
commit
58f135e58c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save