daftar praktisi

This commit is contained in:
2025-04-24 07:31:36 +07:00
parent 8a2f7d0a05
commit 01435f9fe2
11 changed files with 375 additions and 13 deletions
+12
View File
@@ -0,0 +1,12 @@
<script>
import { VCard } from 'vuetify/components'
definePageMeta({
title: 'Daftar Praktisi',
icon: ' mdi-doctor',
drawerIndex: 5,
})
</script>
<template>
<FormPractitionerListPractitioner/>
</template>
+3 -2
View File
@@ -9,12 +9,13 @@ definePageMeta({
</script>
<template>
<v-card class="mx-auto" prepend-icon="mdi-account-injury-outline" subtitle="Isi dan lengkapi dengan data yang sesuai"
width="80%">
width="80%"
style="background-color: #f5f5f5">
<template v-slot:title>
<span class="font-weight-black">Formulir Pasien Baru</span>
</template>
<v-card-text class="bg-surface-light pt-4">
<v-card-text style="background-color: white">
<FormPatientCreate />
</v-card-text>
</v-card>