| | |
| | | <div class="p-2"> |
| | | <div class="panel"> |
| | | <h4 class="panel-title">基本信息</h4> |
| | | <el-form :model="form" label-width="80px" :inline="true"> |
| | | <el-form :model="form" :inline="true"> |
| | | <el-row :gutter="10"> |
| | | <el-col :span="2.5"> |
| | | <el-form-item label="用户昵称" prop="nickName"> |
| | |
| | | import { getAuthRole, updateAuthRole } from '@/api/system/user'; |
| | | import { UserForm } from '@/api/system/user/types'; |
| | | import { RouteLocationNormalized } from 'vue-router'; |
| | | import { parseTime } from "@/utils/ruoyi"; |
| | | |
| | | const route = useRoute(); |
| | | const { proxy } = getCurrentInstance() as ComponentInternalInstance; |