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

@@ -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 -->