-
+
{{chartData.title}}
@@ -52,7 +52,7 @@
-
+
@@ -84,7 +84,8 @@
type: Number,
default: 0,
},
- from: {type: String}
+ from: {type: String},
+ isLock:{type:Boolean,default:false}
},
data() {
return {
diff --git a/nezha-fronted/src/components/common/alert/alertMessageTable.vue b/nezha-fronted/src/components/common/alert/alertMessageTable.vue
index 98ab4235c..e844115c6 100644
--- a/nezha-fronted/src/components/common/alert/alertMessageTable.vue
+++ b/nezha-fronted/src/components/common/alert/alertMessageTable.vue
@@ -874,7 +874,9 @@
*/
},
beforeDestroy(){
- this.scrollbarWrap.removeEventListener('scroll', bus.debounce);
+ if(this.scrollbarWrap){
+ this.scrollbarWrap.removeEventListener('scroll', bus.debounce);
+ }
}
}
diff --git a/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue b/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue
index 04d1c8d3e..80d9dabdf 100644
--- a/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue
+++ b/nezha-fronted/src/components/common/bottomBox/tabs/panelTab.vue
@@ -55,6 +55,9 @@