CN-297 feat: detections下拉(部分)

This commit is contained in:
chenjinsong
2022-02-22 15:59:30 +08:00
parent 932e64e026
commit 8f8f412877
5 changed files with 335 additions and 5 deletions

View File

@@ -51,7 +51,7 @@
<div class="cn-detection__detail-overview" v-if="!isCollapse">
<el-divider></el-divider>
<detection-overview
:entity="entityData"
:detection="detection"
:time-filter="timeFilter"
></detection-overview>
</div>
@@ -74,7 +74,6 @@ export default {
},
data () {
return {
entityData: [],
isCollapse: true, // 是否是折叠状态
eventSeverityColor: {
critical: '#D84C4C',