- 最终调整成绩:{record.efficiencyscore}分
- }>
- 90 ? {
- color: '#DD1717',
- textAlign: "center",
- } : parseInt(record.efficiencyscore) <= 90 ? {
- color: '#FF6800',
- textAlign: "center",
- } : parseInt(record.efficiencyscore) <= 60 ? {
- color: '#747A7F',
- textAlign: "center",
- } : {
- color: '#747A7F',
- textAlign: "center",
- }}>{record.efficiencyscore}
-
- :
-