yxq 3週間前
コミット
58f135e58c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      SafeCampus.WEB/src/views/screen/component/index/todayInfo.vue

+ 1
- 1
SafeCampus.WEB/src/views/screen/component/index/todayInfo.vue ファイルの表示

@@ -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>


読み込み中…
キャンセル
保存