mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 23:30:26 +08:00
修复指标table类型图表的js错误
This commit is contained in:
@@ -369,6 +369,7 @@ Vue.component("metric-chart", {
|
||||
<th>占比</th>
|
||||
</tr>
|
||||
</thead>`
|
||||
let that = this
|
||||
this.stats.forEach(function (v) {
|
||||
let value = v.value
|
||||
switch (that.item.valueType) {
|
||||
|
||||
Reference in New Issue
Block a user