Merge branch 'devTee' into develop

This commit is contained in:
STW_TTTY\stwtt 2024-04-18 10:13:20 +07:00
commit 2680fd302a

View file

@ -667,11 +667,11 @@ onMounted(() => {
outlined
class="inputgreen"
v-model="formBody.bookNo"
label="เลขที่หนังสออนุมัติ"
label="เลขที่หนังสออนุมัติ"
hide-bottom-space
:rules="[
(val: string) =>
!!val || `${'กรุณากรอกเลขที่หนังสออนุมัติ'}`,
!!val || `${'กรุณากรอกเลขที่หนังสออนุมัติ'}`,
]"
/>
</div>