feat: enhance SEP entry form and handling with new readonly mode and improved data fetching

This commit is contained in:
riefive
2025-12-01 11:42:32 +07:00
parent 6c8ebb8192
commit 4536ca2ef9
7 changed files with 52 additions and 15 deletions

No files matched your search

+1
View File
@@ -83,6 +83,7 @@ onMounted(async () => {
:mode="props.mode"
:is-save-loading="isSaveLoading"
:is-service="isServiceHidden"
:is-readonly="['detail', 'link'].includes(props.mode)"
:doctors="doctors"
:diagnoses="diagnoses"
:facilities-from="facilitiesFrom"