CN-318 feat: detection服务质量界面

This commit is contained in:
chenjinsong
2022-02-25 13:33:54 +08:00
parent 2889c3cb19
commit 6158a6a4f4
19 changed files with 1197 additions and 683 deletions

View File

@@ -10,6 +10,7 @@
<detection-row
v-for="(data, index) in listData"
:detection="data"
:page-type="pageType"
:timeFilter="timeFilter"
:key="index"
:ref="`detectionRow${index}`"
@@ -33,7 +34,8 @@ export default {
from: String,
pageObj: Object,
loading: Boolean,
timeFilter: Object
timeFilter: Object,
pageType: String // 安全事件、服务质量
},
data () {
return {