Browse Source

气象检测器时间图层

develop
王兴琳 2 weeks ago
parent
commit
a419f11223
  1. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/MeteorologicalDetection/components/DeviceControlDialog.vue

4
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/MeteorologicalDetection/components/DeviceControlDialog.vue

@ -1,5 +1,5 @@
<template> <template>
<Dialog v-model="modelVisible" :title="title" width="910px" style="z-index:4000" > <Dialog v-model="modelVisible" :title="title" width="910px" >
<div class="DeviceControlDialog"> <div class="DeviceControlDialog">
<div class="headSearch"> <div class="headSearch">
<p>时间范围:</p> <p>时间范围:</p>
@ -133,7 +133,7 @@ export default {
this.$refs.DeviceParam?.handleSubmit(); this.$refs.DeviceParam?.handleSubmit();
}, },
onChangeRadio(value) { onChangeRadio(value) {
if (value == '1') { if (value == '1') {
this.pickerType = 'date' this.pickerType = 'date'
this.valueFormat = 'yyyy-MM-dd' this.valueFormat = 'yyyy-MM-dd'

Loading…
Cancel
Save