Merge branch 'develop' of github.com:Frappet/bma-ehr-frontend into develop

* 'develop' of github.com:Frappet/bma-ehr-frontend:
  แก้คำ
  เป้าหมาย: แก้ไขบัค+เพิ่มcolumn เป้าหมายย่อย
  แก้คำ

# Conflicts:
#	src/modules/15_development/components/scholarship/DetailView.vue
#	src/modules/15_development/views/Scholarship.vue
This commit is contained in:
Warunee Tamkoo 2024-04-18 11:26:21 +07:00
commit 9e69d7388f
2 changed files with 39 additions and 21 deletions

View file

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