Commit ab89cac7 authored by Gakki's avatar Gakki

123

parent 1c6022fc
......@@ -483,12 +483,12 @@ export default {
spaceOnce = false
}
let info = this.secRowInfos.COMMUNITY_MANAGER_MATH.data[i]
let info = this.secRowInfos.COMMUNITY_MANAGER_MATH && this.secRowInfos.COMMUNITY_MANAGER_MATH.data[i] ? this.secRowInfos.COMMUNITY_MANAGER_MATH.data[i].rato : 0
let color= 'rgb(226,235,245)'
if (info) {
if (info.rectifiedCount / info.rectifyCount <0.9 ) {
if (info <0.9 ) {
color= '#CC4D4D'
} else if(info.rectifiedCount / info.rectifyCount == 1 || info.rectifyCount == 0) {
} else if(info== 1) {
color= '#6EB629'
} else {
color= '#FFD400'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment