feat: enhance encounter entry forms with mode handling and default date setup

This commit is contained in:
riefive
2025-11-27 11:46:06 +07:00
parent c4ab408a09
commit b38487e41f
10 changed files with 57 additions and 50 deletions

No files matched your search

+1 -1
View File
@@ -24,11 +24,11 @@ import { useForm } from 'vee-validate'
import { refDebounced } from '@vueuse/core'
const props = defineProps<{
mode?: string
isLoading?: boolean
isReadonly?: boolean
isService?: boolean
isShowPatient?: boolean;
mode?: string
doctors: any[]
diagnoses: any[]
facilitiesFrom: any[]