This commit is contained in:
nasir@endelospay.com
2024-06-10 22:32:12 +05:00
parent 3f33811956
commit 6629ad584d
4 changed files with 33 additions and 66 deletions

View File

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