wujingjing
2025-02-10 e50196bff10f0196307b2567ed6c0829eadd8ff6
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">