update role frontend

This commit is contained in:
2026-03-30 10:13:57 +08:00
parent 368cb24ba5
commit 50d8d7267b
4 changed files with 19 additions and 11 deletions
+3 -2
View File
@@ -3,9 +3,10 @@ import { api } from '@/utils/request'
export interface RoleRecord {
id: number
name: string
label: string
description: string
user_count: number
route_group_count: number
users_count: number
route_groups_count: number
}
export interface RouteOverride {