fix workflow text-color

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-14 18:02:38 +07:00
parent 5b80750489
commit 63d2b008c0

View file

@ -172,7 +172,11 @@ defineExpose({
<q-item-section side top>
<q-item-label
:class="!item.isApprove ? 'text-red' : 'text-green'"
:class="
!item.isApprove && !item.isAccept
? 'text-red'
: 'text-green'
"
>
{{
item.isAcceptSetting