diff --git a/app/components/app/doctor/entry-form.vue b/app/components/app/doctor/entry-form.vue index 2c7ecac2..5aec1ba3 100644 --- a/app/components/app/doctor/entry-form.vue +++ b/app/components/app/doctor/entry-form.vue @@ -3,7 +3,6 @@ import Block from '~/components/pub/custom-ui/form/block.vue' import FieldGroup from '~/components/pub/custom-ui/form/field-group.vue' import Field from '~/components/pub/custom-ui/form/field.vue' import Label from '~/components/pub/custom-ui/form/label.vue' -import Action from '~/components/pub/custom-ui/nav-footer/ba-dr-su.vue' const props = defineProps<{ modelValue: any }>() const emit = defineEmits(['update:modelValue', 'event']) @@ -12,19 +11,10 @@ const data = computed({ get: () => props.modelValue, set: (val) => emit('update:modelValue', val), }) - -function onClick(type: string) { - emit('event', type) -} - - - Tambah Dokter - - @@ -94,24 +84,7 @@ function onClick(type: string) { - - - Username - - - - - - Password - - - - - - - - diff --git a/app/components/app/patient/entry-form.vue b/app/components/app/patient/entry-form.vue index a9ab8c6b..bf0284ec 100644 --- a/app/components/app/patient/entry-form.vue +++ b/app/components/app/patient/entry-form.vue @@ -8,11 +8,6 @@ import Action from '~/components/pub/custom-ui/nav-footer/ba-dr-su.vue' - - - Tambah Pasien - - diff --git a/app/components/app/user/entry-form.vue b/app/components/app/user/entry-form.vue index 20780b27..e705f295 100644 --- a/app/components/app/user/entry-form.vue +++ b/app/components/app/user/entry-form.vue @@ -15,11 +15,6 @@ const data = computed({ - - - Tambah Dokter - - diff --git a/app/components/flow/doctor/add.vue b/app/components/flow/doctor/add.vue deleted file mode 100644 index 98632f5c..00000000 --- a/app/components/flow/doctor/add.vue +++ /dev/null @@ -1,20 +0,0 @@ - - - - - diff --git a/app/components/flow/doctor/list.vue b/app/components/flow/doctor/list.vue deleted file mode 100644 index 933eac5d..00000000 --- a/app/components/flow/doctor/list.vue +++ /dev/null @@ -1,53 +0,0 @@ - - - - - - diff --git a/app/components/flow/patient/add.vue b/app/components/flow/patient/add.vue index fd48eeba..fd42e0a6 100644 --- a/app/components/flow/patient/add.vue +++ b/app/components/flow/patient/add.vue @@ -1,5 +1,9 @@ + + + Tambah Pasien + diff --git a/app/components/flow/user/entry.vue b/app/components/flow/user/entry.vue index 49f9e84c..90369f15 100644 --- a/app/components/flow/user/entry.vue +++ b/app/components/flow/user/entry.vue @@ -19,6 +19,11 @@ function onClick(type: string) { + + + Tambah Dokter + +