feat:panel chart 可以通过模板添加

This commit is contained in:
zhangyu
2021-04-26 11:43:33 +08:00
parent f70ae799ab
commit c59dfaaf69
7 changed files with 130 additions and 33 deletions

View File

@@ -194,7 +194,6 @@ export default {
str += `<div>PROMETHEUS <div class="active-icon inline-block ${item == '0' ? 'red' : 'green'}"></div></div>`
}
})
console.log(arr, str)
return str
}
},