Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2023-12-07 15:15:19 +07:00
commit 95054e1a21
2 changed files with 4 additions and 6 deletions

View file

@ -345,7 +345,7 @@ function updateDateMonth(date: Date) {
</template>
<style scope lang="scss">
.main-content {
height: 65vh;
height: 85vh;
}
.color-main {

View file

@ -720,7 +720,7 @@ onMounted(async () => {
:rules="[
(val) =>
formData.investigationDetail === 'OTHER'
? !!val || 'กรุณาเลือกจำนวนวันที่ต้องการขยาย'
? !!val || 'กรุณากรอกรายการอื่นๆ'
: true,
]"
@update:model-value="changeFormData()"
@ -796,10 +796,8 @@ onMounted(async () => {
map-options
:rules="[
(val) =>
formData.investigationExtendStatus
? !!val ||
'กรุณาเลือกจำนวนวันที่ต้องการขยาย'
: true,
(!!val && val != 0) ||
`${'กรุณาเลือกจำนวนวันที่ต้องการขยาย'}`,
]"
option-label="name"
option-value="id"