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

View File

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

View File

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