Commit 98f952e8 authored by zhangrui123's avatar zhangrui123

首页的物业双周查的颜色调整

parent 9bb61995
...@@ -595,7 +595,7 @@ export default { ...@@ -595,7 +595,7 @@ export default {
// 处理物企双周查月份颜色 // 处理物企双周查月份颜色
this.secRowInfos.PROPERTY_BIWEEKLY.data.forEach((ele, i) => { this.secRowInfos.PROPERTY_BIWEEKLY.data.forEach((ele, i) => {
if (ele.rato == 1 || ele.rectifyCount == 0) { // 完成率100 绿色 if (ele.rato == 1) { // 完成率100 绿色
this.WQ_month[i].backgroundColor = '#6EB629' this.WQ_month[i].backgroundColor = '#6EB629'
this.WQ_month[i].color = '#fff' this.WQ_month[i].color = '#fff'
}else if(ele.rato <.9){ // 完成率90以下 红色 }else if(ele.rato <.9){ // 完成率90以下 红色
......
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