แก้คำ

This commit is contained in:
STW_TTTY\stwtt 2024-04-18 10:12:57 +07:00
parent 089197d290
commit 06881b5de0

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>