This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-14 18:01:33 +07:00
parent ab095716b1
commit bf07a1e007
2 changed files with 6 additions and 1 deletions

View file

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

View file

@ -1094,6 +1094,7 @@ onMounted(async () => {
<!-- แกไขขอมลเพอลงบญชแนบทาย -->
<q-card bordered class="row col-12 text-dark q-mt-sm">
<q-form
class="col-12"
ref="myForm"
greedy
@submit.prevent