From e50196bff10f0196307b2567ed6c0829eadd8ff6 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 10 二月 2025 12:12:25 +0800 Subject: [PATCH] 设备显示隐藏 --- src/layout/component/sidebar/components/UserInformation.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/layout/component/sidebar/components/UserInformation.vue b/src/layout/component/sidebar/components/UserInformation.vue index d133d07..e88e8be 100644 --- a/src/layout/component/sidebar/components/UserInformation.vue +++ b/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"> -- Gitblit v1.9.3