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

This commit is contained in:
Abizrh
2025-09-07 20:37:24 +07:00
parent eb9c918141
commit c3c9154d0e
6 changed files with 24 additions and 233 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ const navMenu = ref({
{
title: 'Test Medicine List',
icon: 'i-lucide-user',
component: defineAsyncComponent(() => import('~/components/flow/medicine-group/list.vue')),
component: defineAsyncComponent(() => import('~/components/flow/medicine-method/list.vue')),
},
],
})