From e45da26ff7ec6b3fc3e49ba5a432f52c4d2706d1 Mon Sep 17 00:00:00 2001 From: smallchill Date: Tue, 20 Jul 2021 23:09:46 +0800 Subject: [PATCH] =?UTF-8?q?:zap:=20=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E5=AD=97=E6=AE=B5=E7=BB=91=E5=AE=9A=E7=9B=B8?= =?UTF-8?q?=E5=8F=8D=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/user/info.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/option/user/info.js b/src/option/user/info.js index 58077e9..d2fcbe0 100644 --- a/src/option/user/info.js +++ b/src/option/user/info.js @@ -26,12 +26,12 @@ export default { label: '姓名', span: 12, row: true, - prop: 'name' + prop: 'realName' }, { label: '用户名', span: 12, row: true, - prop: 'realName' + prop: 'name' }, { label: '手机号', span: 12,