Commit 386599a5 authored by 杨子龙's avatar 杨子龙

修复配置问题

parent 854ee914
......@@ -308,7 +308,7 @@ const StatusOption = (props) => {
if (Array.isArray(value)) {
let array = []
value.forEach((v, i) => {
if(!i.color){
if(!v.color){
array.push({ ...v, color: colors[i % 10] })
}
})
......
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