From 6394917dcc2eaf768f922c6637eaa80656f7c3bc Mon Sep 17 00:00:00 2001 From: yinzuomei Date: Sat, 7 Dec 2019 10:02:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E7=AE=A1=E7=90=86=E5=90=84?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E5=BC=B9=E6=A1=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/user/user-detail.vue | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/views/modules/user/user-detail.vue b/src/views/modules/user/user-detail.vue index eb9487d6..bac0be8f 100644 --- a/src/views/modules/user/user-detail.vue +++ b/src/views/modules/user/user-detail.vue @@ -9,19 +9,19 @@ @keyup.enter.native="dataFormSubmitHandle()" :label-width="$i18n.locale === 'en-US' ? '120px' : '80px'"> + prop="realName" v-if="dataForm.realName"> {{dataForm.realName}} + prop="mobile" v-if="dataForm.mobile"> {{dataForm.mobile}} + prop="identityNo" v-if="dataForm.identityNo"> {{dataForm.identityNo}} + prop="address" v-if="dataForm.address"> {{dataForm.address}} --> + prop="state" v-if="dataForm.state==='3'||dataForm.state==='2'"> - {{dataForm.remark}} @@ -153,7 +153,6 @@ export default { }, // 获取用户网格列表 queryUserGridList () { - console.log('获取呀用户网格列表') this.$http.get(`/app-user/usergrid/listUserGrid/${this.dataForm.id}`).then(({ data: res }) => { if (res.code !== 0) { return this.$message.error(res.msg)