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-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
|
||||||
|
|
|
||||||
|
|
@ -1094,6 +1094,7 @@ onMounted(async () => {
|
||||||
<!-- แก้ไขข้อมูลเพื่อลงบัญชีแนบท้าย -->
|
<!-- แก้ไขข้อมูลเพื่อลงบัญชีแนบท้าย -->
|
||||||
<q-card bordered class="row col-12 text-dark q-mt-sm">
|
<q-card bordered class="row col-12 text-dark q-mt-sm">
|
||||||
<q-form
|
<q-form
|
||||||
|
class="col-12"
|
||||||
ref="myForm"
|
ref="myForm"
|
||||||
greedy
|
greedy
|
||||||
@submit.prevent
|
@submit.prevent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue