fix
This commit is contained in:
parent
ab095716b1
commit
bf07a1e007
2 changed files with 6 additions and 1 deletions
|
|
@ -192,7 +192,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue