gerson
2025-01-21 dcaa4d375f8a1f39f92edbcb274ae7507ae3aa33
用户ID
已修改1个文件
2 ■■■ 文件已修改
src/layout/component/sidebar/components/UserInformation.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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">