แก้ข้อความและเพิ่มเมนู logs

This commit is contained in:
Warunee Tamkoo 2024-11-12 08:34:55 +07:00
parent 528c256814
commit cb7bbcb68b
2 changed files with 7 additions and 2 deletions

View file

@ -97,6 +97,11 @@ const menuList = ref<{ icon: string; label: string; path: string }[]>([
label: "ระบบ Admin",
path: "/logs?system=admin",
},
{
icon: "mdi-account-arrow-right",
label: "การเข้าใช้งานและการออกจากระบบ",
path: "/logs?system=inout",
},
]);
onMounted(async () => {