💄 update 来源筛选
This commit is contained in:
parent
2d54451052
commit
3c57d2d1bc
@ -128,7 +128,9 @@ const TagSelect = (props: {
|
||||
})}
|
||||
</ul>}>
|
||||
<div className="option-value whitespace-nowrap flex justify-between">
|
||||
<span className="text-center flex-1">{option.label}</span>
|
||||
<span className="text-center flex-1" onClick={() => {
|
||||
handleLevel1Change(checkStatus == 1 ? false:true, option)
|
||||
}}>{option.label}</span>
|
||||
<Checkbox className="ml-6"
|
||||
checked={checkStatus == 1}
|
||||
indeterminate={checkStatus == 0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user