활동로그 추가

This commit is contained in:
2025-05-09 10:34:04 +09:00
parent 31740e2e71
commit 2924a61a9d
11 changed files with 793 additions and 565 deletions
+7
View File
@@ -258,6 +258,13 @@ const adminMenuItems = ref([
command: () => {
router.push('/admin/subscriptions');
}
},
{
label: '활동 로그',
icon: 'pi pi-history',
command: () => {
router.push('/admin/activity-logs');
}
}
]);