yxq hace 3 semanas
padre
commit
58f135e58c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      SafeCampus.WEB/src/views/screen/component/index/todayInfo.vue

+ 1
- 1
SafeCampus.WEB/src/views/screen/component/index/todayInfo.vue Ver fichero

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


Cargando…
Cancelar
Guardar