CN-816 下钻table分数列排序功能无法使用

This commit is contained in:
hyx
2022-11-29 16:36:58 +08:00
parent 82bd184bdd
commit 2cf206de5a

View File

@@ -709,6 +709,9 @@ export default {
}
if (Object.keys(item.scoreGroup).length >= 5) {
item.score = computeScore(item.scoreGroup)
if(!_.isNumber(item.score)){
item.score = 0
}
}
})
}