แก้ข้อความและเพิ่มเมนู logs
This commit is contained in:
parent
528c256814
commit
cb7bbcb68b
2 changed files with 7 additions and 2 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue