fixes
This commit is contained in:
parent
7007d4a446
commit
cff094174e
@ -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 -->
|
||||||
|
@ -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 -->
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
Reference in New Issue
Block a user