cxs 4 месяцев назад
Родитель
Сommit
e0375605ca
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      src/views/query/queryObservationData/index.vue

+ 4 - 0
src/views/query/queryObservationData/index.vue

@@ -9,6 +9,7 @@
               <el-checkbox v-model="isStand" @change="changeStand" label="多站" />
               <SelectItem v-show="isStand" :select-data="selectedData" :select-list="platformList" :is-checkbox="false"
                 @update:selectedItems="selectedItems" style="width: 200px;margin:0 10px"> </SelectItem>
+
               <el-form-item label="观测时间:" v-if="isStand">
                 <el-switch v-model="hot" inline-prompt active-text="正点" size="default" inactive-text="分钟"
                   @change="changeHot" />
@@ -25,6 +26,9 @@
 
               <SelectItem v-show="!isStand" :select-data="selectedData" :select-list="platformList" :is-checkbox="true"
                 @update:selectedItems="selectedItems2" style="width: 200px;margin:0 10px"> </SelectItem>
+
+
+              
               <el-form-item label="观测时间:" v-if="!isStand">
                 <el-switch v-model="hot" inline-prompt active-text="正点" size="default" inactive-text="分钟"
                   @change="changeHot" />