This commit is contained in:
Muhammad Shahzad 2024-06-05 03:52:37 +05:00
parent 7007d4a446
commit cff094174e
3 changed files with 8 additions and 0 deletions

View File

@ -180,6 +180,7 @@ onMounted(() => {
<template> <template>
<v-row> <v-row>
<v-col cols="12" md="12" v-if="getlabsList"> <v-col cols="12" md="12" v-if="getlabsList">
<VCard title="Labs">
<VCardText > <VCardText >
<VRow> <VRow>
<VCol <VCol
@ -262,6 +263,8 @@ onMounted(() => {
</div> </div>
</template> </template>
</VDataTable> </VDataTable>
</VCard>
</v-col> </v-col>
</v-row> </v-row>
<!-- 👉 Edit Dialog --> <!-- 👉 Edit Dialog -->

View File

@ -371,6 +371,8 @@ onMounted(() => {
<template> <template>
<v-row> <v-row>
<v-col cols="12" md="12" v-if="getmedicineList"> <v-col cols="12" md="12" v-if="getmedicineList">
<VCard title="Medicines">
<VCardText > <VCardText >
<VRow> <VRow>
@ -455,6 +457,7 @@ onMounted(() => {
</div> </div>
</template> </template>
</VDataTable> </VDataTable>
</VCard>
</v-col> </v-col>
</v-row> </v-row>
<!-- 👉 Edit Dialog --> <!-- 👉 Edit Dialog -->

View File

@ -180,6 +180,7 @@ onMounted(() => {
<template> <template>
<v-row> <v-row>
<v-col cols="12" md="12" v-if="getprovidersList"> <v-col cols="12" md="12" v-if="getprovidersList">
<VCard title="Providers">
<VCardText > <VCardText >
<VRow> <VRow>
<VCol <VCol
@ -262,6 +263,7 @@ onMounted(() => {
</div> </div>
</template> </template>
</VDataTable> </VDataTable>
</VCard>
</v-col> </v-col>
</v-row> </v-row>
<!-- 👉 Edit Dialog --> <!-- 👉 Edit Dialog -->