This commit is contained in:
Muhammad Shahzad
2024-06-12 03:09:20 +05:00
parent 348a293583
commit 6ffc1b9ea1
3 changed files with 8 additions and 8 deletions

View File

@@ -74,10 +74,10 @@ const headers = [
title: 'Title',
key: 'title',
},
{
title: 'Slug',
key: 'slug',
},
// {
// title: 'Slug',
// key: 'slug',
// },
{
title: 'Price',
key: 'price',
@@ -371,14 +371,14 @@ onMounted(() => {
<template>
<v-row>
<v-col cols="12" md="12" v-if="getmedicineList">
<VCard title="Medicines">
<VCard title="Products">
<VCardText >
<VRow>
<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 Medicine
New Product
</VBtn>
</VCol>
<VCol cols="12" md="4" class="d-flex justify-end">