feat: add orders

This commit is contained in:
yanghao05
2025-04-10 21:42:13 +08:00
parent 5a63eee1ce
commit 8baab46132
20 changed files with 979 additions and 1 deletions

View File

@@ -27,6 +27,11 @@ const navItems = ref([
icon: 'pi pi-users',
command: () => router.push('/users')
},
{
label: 'Orders',
icon: 'pi pi-shopping-cart',
command: () => router.push('/orders')
},
{
label: 'Settings',
icon: 'pi pi-cog',