Commit 5f68a7fa authored by 周昊's avatar 周昊

1、修改四色图颜色关联固有风险颜色

parent a255e982
......@@ -258,7 +258,8 @@ export default {
// }else if (item.score>=0 && item.score <= 6) { //差
// item.position.c = this.colorList[0]
// }
item.position.c = this.colorList[Math.floor(Math.random() * 4)];
console.log(111,item)
item.position.c = item.color;
// }
this.layout.push(item.position);
});
......
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