Browse Source

首页 雷达时间图层

develop
王兴琳 2 days ago
parent
commit
2d8cb126cd
  1. 12
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/MillimeterWaveRadar/components/DeviceControlDialog.vue

12
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/MillimeterWaveRadar/components/DeviceControlDialog.vue

@ -1,5 +1,5 @@
<template>
<Dialog v-model="modelVisible" title="感知事件" width="740px" style="z-index:4000" >
<Dialog v-model="modelVisible" title="感知事件" width="740px">
<div class="DeviceControlDialog">
<div class="headSearch">
<p>查询事件:</p>
@ -159,8 +159,8 @@ export default {
this.getData();
},
async getData() {
const search = {
warningSource: 2
const search = {
warningSource: 2
};
if(this.dateRange && this.dateRange.length ===2){
search['startTime'] = this.dateRange[0]+' 00:00:00'
@ -197,7 +197,7 @@ export default {
<style lang="scss" scoped>
.DeviceControlDialog {
height: 460px;
display: flex;
flex-direction: column;
@ -225,9 +225,9 @@ export default {
}
.selectRoad {
::v-deep {
.el-input__inner {
background-color: #064258 !important;
border-width: 0px !important;

Loading…
Cancel
Save