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