daftar praktisi
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<script>
|
||||
import { VCard } from 'vuetify/components'
|
||||
|
||||
definePageMeta({
|
||||
title: 'Daftar Praktisi',
|
||||
icon: ' mdi-doctor',
|
||||
drawerIndex: 5,
|
||||
})
|
||||
</script>
|
||||
<template>
|
||||
<FormPractitionerListPractitioner/>
|
||||
</template>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user