src/layout/component/sidebar/components/UserInformation.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/layout/component/sidebar/components/UserInformation.vue
@@ -3,7 +3,7 @@ <el-dialog v-model="isShowInformation" title="我的信息" width="500" :before-close="handleCloseInformation"> <el-form :model="userInformationInfo" ref="autoDialogFormRef" label-width="85"> <el-form-item label="用户ID" prop="name"> <el-input v-model="userInformationInfo.id" readonly></el-input> <el-input v-model="userInformationInfo.userName" readonly></el-input> </el-form-item> <el-form-item label="姓名" prop="realName">