💄 update 来源筛选

This commit is contained in:
LittleBoy 2024-12-22 03:47:48 +08:00
parent 2d54451052
commit 3c57d2d1bc

View File

@ -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}