fix workflow text-color
This commit is contained in:
parent
5b80750489
commit
63d2b008c0
1 changed files with 5 additions and 1 deletions
|
|
@ -172,7 +172,11 @@ defineExpose({
|
||||||
|
|
||||||
<q-item-section side top>
|
<q-item-section side top>
|
||||||
<q-item-label
|
<q-item-label
|
||||||
:class="!item.isApprove ? 'text-red' : 'text-green'"
|
:class="
|
||||||
|
!item.isApprove && !item.isAccept
|
||||||
|
? 'text-red'
|
||||||
|
: 'text-green'
|
||||||
|
"
|
||||||
>
|
>
|
||||||
{{
|
{{
|
||||||
item.isAcceptSetting
|
item.isAcceptSetting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue