This commit is contained in:
nasir@endelospay.com
2024-06-08 03:54:45 +05:00
parent 872735dac3
commit 908fdd43e5
14 changed files with 1588 additions and 20 deletions

View File

@@ -91,10 +91,10 @@ const headers = [
key: 'list_sub_title',
},
{
title: 'ACTIONS',
key: 'actions',
},
// {
// title: 'ACTIONS',
// key: 'actions',
// },
]
const resolveStatusVariant = status => {
@@ -377,7 +377,7 @@ onMounted(() => {
<VRow>
<VCol cols="12" md="8" class="d-flex align-center">
<VBtn color="primary" prepend-icon="ri-add-line" @click="addDialog = true">
<VBtn color="primary" prepend-icon="ri-add-line" @click="addDialog = true" style="display: none;">
New Medicine
</VBtn>
</VCol>