fix:删除监控的kill按钮 修改duration显示规则 以及 添加鼠标hover

This commit is contained in:
zhangyu
2021-03-05 11:37:44 +08:00
parent 971962f113
commit 50f5adead5
9 changed files with 87 additions and 26 deletions

View File

@@ -315,7 +315,8 @@
searchLabel:{
},
deleteBox:{}
deleteBox:{},
nowTime:''
}
},
created(){
@@ -344,6 +345,7 @@
this.$get('alert/message', {...this.searchLabel}).then(response => {
this.loading=false;
if (response.code == 200) {
this.nowTime=response.time;
this.tableData = response.data.list;
this.tableData.forEach((item) => {
item.labels = JSON.parse(item.labels);