fixes
This commit is contained in:
parent
348a293583
commit
6ffc1b9ea1
@ -47,7 +47,7 @@ export default [
|
||||
},
|
||||
|
||||
{
|
||||
title: 'Medicines',
|
||||
title: 'Prodcuts',
|
||||
icon: { icon: 'ri-medicine-bottle-line' },
|
||||
to: 'admin-medicines',
|
||||
},
|
||||
|
@ -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">
|
||||
|
@ -109,7 +109,7 @@ export const routes = [
|
||||
component: () => import('@/pages/labs/labs-kit.vue'),
|
||||
},
|
||||
{
|
||||
path: '/admin/medicines',
|
||||
path: '/admin/products',
|
||||
name: 'admin-medicines',
|
||||
component: () => import('@/pages/medicines/medicines.vue'),
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user