修复指标table类型图表的js错误

This commit is contained in:
刘祥超
2021-08-24 09:31:07 +08:00
parent 218c2385f0
commit e84087d6ec

View File

@@ -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) {