feat:Nez-506 新增表达式模板功能

This commit is contained in:
zhangyu
2021-03-16 17:54:05 +08:00
parent 620a30489d
commit a900833a92
14 changed files with 1286 additions and 198 deletions

View File

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