十八、element-plus 用户页面展示
一、apiUserModel.ts/*** 用户信息*/export interface UserInfo{avatar:string;id:string;introduction:string;name:string;roles:Array<string>}/*** 用户列表查询参数*/export interface UserListParm{deptId:string | number;loginName:stri