From 13a92eb1b9aa3c2c2c1dc9ec926d3a900c971c14 Mon Sep 17 00:00:00 2001 From: yinzuomei Date: Sat, 1 Feb 2020 10:33:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90=E7=AE=A1=E7=90=86-=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E7=AE=A1=E7=90=86=E7=9A=84=E6=A3=80=E7=B4=A2=E6=9D=A1?= =?UTF-8?q?=E4=BB=B6=E6=96=B0=E5=A2=9E=E7=9C=9F=E5=AE=9E=E5=A7=93=E5=90=8D?= =?UTF-8?q?+=E9=82=AE=E7=AE=B1+=E6=89=8B=E6=9C=BA=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/sys/user.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/views/modules/sys/user.vue b/src/views/modules/sys/user.vue index 487343f0..5d5cd02f 100644 --- a/src/views/modules/sys/user.vue +++ b/src/views/modules/sys/user.vue @@ -2,9 +2,18 @@
- + + + + + + + + + + {{ $t('query') }} @@ -27,6 +36,7 @@ style="width: 100%;"> + @@ -74,7 +84,10 @@ export default { exportURL: '/sys/user/export' }, dataForm: { - username: '' + username: '', + realname: '', + mobile: '', + email: '' } } },