⚠️ refactor (medicine-group): simplify entry form and list configuration

This commit is contained in:
Abizrh
2025-09-07 20:34:22 +07:00
parent 4117b79365
commit eb9c918141
5 changed files with 23 additions and 208 deletions

No files matched your search

+1 -6
View File
@@ -49,12 +49,7 @@ const navMenu = ref({
{
title: 'Test Medicine List',
icon: 'i-lucide-user',
component: defineAsyncComponent(() => import('~/components/flow/medicine/list.vue')),
},
{
title: 'Test Medicine Add',
icon: 'i-lucide-user',
component: defineAsyncComponent(() => import('~/components/flow/medicine/entry.vue')),
component: defineAsyncComponent(() => import('~/components/flow/medicine-group/list.vue')),
},
],
})