完善测试建表并统一前端格式

This commit is contained in:
yml2213
2026-07-14 01:32:14 +08:00
parent 2efcede800
commit 2ca6fd9306
36 changed files with 714 additions and 478 deletions
+2 -4
View File
@@ -258,10 +258,8 @@ const hasChatPermission = computed(() => adminSession.hasPermission('chat:view')
const hasNotificationPermission = computed(
() => adminSession.isSuperAdmin || adminSession.hasPermission('notification:view')
)
const {
unreadCount: adminNotificationUnreadCount,
unreadLabel: adminNotificationUnreadLabel,
} = useAdminNotificationUnreadCount(route)
const { unreadCount: adminNotificationUnreadCount, unreadLabel: adminNotificationUnreadLabel } =
useAdminNotificationUnreadCount(route)
const statusLabels: Record<string, string> = {
online: '在线',