mirror of https://gitee.com/topiam/eiam
🐛 修复认证量图表颜色展示问题
parent
9bd70d13db
commit
c83db58b59
|
@ -59,7 +59,7 @@ export default () => {
|
|||
seriesField: 'status',
|
||||
marginRatio: 0.1,
|
||||
color: ({ status }) => {
|
||||
if (status === '成功') {
|
||||
if (status === 'success') {
|
||||
return '#5B8FF9';
|
||||
}
|
||||
return '#F4664A';
|
||||
|
|
Loading…
Reference in New Issue