完善测试建表并统一前端格式
This commit is contained in:
@@ -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: '在线',
|
||||
|
||||
Reference in New Issue
Block a user