사용자 권한 관리 컴포넌트 타입 정리 및 코드 개선
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -15,7 +15,7 @@ export interface AccountUserTabProps {
|
||||
activeTab: AccountUserTabKeys;
|
||||
mid?: string;
|
||||
usrid?: string;
|
||||
idCl?: string;
|
||||
idCL?: string;
|
||||
status?: string;
|
||||
};
|
||||
|
||||
@@ -26,7 +26,7 @@ export interface UserManageAuthListProps {
|
||||
export interface UserManageAuthItemProps {
|
||||
usrid?: string;
|
||||
mid?: string;
|
||||
idCl?: string;
|
||||
idCL?: string;
|
||||
status?: string;
|
||||
};
|
||||
export interface UserLoginAuthInfoWrapProps {
|
||||
@@ -36,7 +36,7 @@ export interface UserLoginAuthInfoWrapProps {
|
||||
export interface UserAccountAuthWrapProps {
|
||||
mid: string;
|
||||
usrid: string;
|
||||
idCl: string;
|
||||
idCL: string;
|
||||
status: string;
|
||||
};
|
||||
export interface PermItem {
|
||||
@@ -47,7 +47,7 @@ export interface PermItem {
|
||||
export interface UserAccountAuthPermListProps {
|
||||
mid: string;
|
||||
usrid: string;
|
||||
idCl: string;
|
||||
idCL: string;
|
||||
status: string;
|
||||
menuItems: Array<PermItem>;
|
||||
menuGrants: Array<UserMenuPermissionData>;
|
||||
@@ -55,7 +55,7 @@ export interface UserAccountAuthPermListProps {
|
||||
export interface UserAccountAuthPermItemProps extends PermItem {
|
||||
mid: string;
|
||||
usrid: string;
|
||||
idCl: string;
|
||||
idCL: string;
|
||||
status: string;
|
||||
menuName: string;
|
||||
subMenu: Array<PermItem>;
|
||||
|
||||
Reference in New Issue
Block a user