|
@ -1,5 +1,5 @@ |
|
|
<template> |
|
|
<template> |
|
|
<Dialog v-model="modelVisible" title="感知事件" width="740px"> |
|
|
<Dialog v-model="modelVisible" title="感知事件" width="740px" style="z-index:4000"> |
|
|
<div class="DeviceControlDialog"> |
|
|
<div class="DeviceControlDialog"> |
|
|
<div class="headSearch"> |
|
|
<div class="headSearch"> |
|
|
<p>查询事件:</p> |
|
|
<p>查询事件:</p> |
|
@ -14,7 +14,7 @@ |
|
|
:value="item.key" |
|
|
:value="item.key" |
|
|
></el-option> |
|
|
></el-option> |
|
|
</el-select> |
|
|
</el-select> |
|
|
<p style="margin-left: 10px;">时间范围:</p> |
|
|
<p style="margin-left: 10px;">时间范围4:</p> |
|
|
<!-- <el-date-picker style="width:220px;" class="selectRoad" v-model="time" type="daterange" placeholder="请选择" :clearable="false"> --> |
|
|
<!-- <el-date-picker style="width:220px;" class="selectRoad" v-model="time" type="daterange" placeholder="请选择" :clearable="false"> --> |
|
|
<!-- </el-date-picker> --> |
|
|
<!-- </el-date-picker> --> |
|
|
<el-date-picker |
|
|
<el-date-picker |
|
@ -28,6 +28,7 @@ |
|
|
unlink-panels |
|
|
unlink-panels |
|
|
start-placeholder="开始日期" |
|
|
start-placeholder="开始日期" |
|
|
end-placeholder="结束日期" |
|
|
end-placeholder="结束日期" |
|
|
|
|
|
popper-class="custom-datepicker-popper" |
|
|
></el-date-picker> |
|
|
></el-date-picker> |
|
|
<Button @click.native="bindData" style="margin-left: 10px;"> 查询 </Button> |
|
|
<Button @click.native="bindData" style="margin-left: 10px;"> 查询 </Button> |
|
|
<Button |
|
|
<Button |
|
@ -194,7 +195,12 @@ export default { |
|
|
}, |
|
|
}, |
|
|
}; |
|
|
}; |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
<!-- src/App.vue --> |
|
|
|
|
|
<style> |
|
|
|
|
|
.custom-datepicker-popper { |
|
|
|
|
|
z-index: 4001 !important; |
|
|
|
|
|
} |
|
|
|
|
|
</style> |
|
|
<style lang="scss" scoped> |
|
|
<style lang="scss" scoped> |
|
|
.DeviceControlDialog { |
|
|
.DeviceControlDialog { |
|
|
|
|
|
|
|
|