From 0deaf7d0dd85839f1c376ab3dcea2f51f7755961 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E9=AD=81?= <2403457699@qq.com> Date: Mon, 9 Jan 2023 18:12:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=90=9C=E7=B4=A2=E9=87=8D=E7=BD=AE,=E7=BD=91?= =?UTF-8?q?=E6=A0=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiInfo.vue | 668 +++++++++++++--------------- src/views/components/resiSearch.vue | 8 +- src/views/modules/base/resi.vue | 15 +- 3 files changed, 302 insertions(+), 389 deletions(-) diff --git a/src/views/components/resiInfo.vue b/src/views/components/resiInfo.vue index a4df68c01..057edf6cf 100644 --- a/src/views/components/resiInfo.vue +++ b/src/views/components/resiInfo.vue @@ -1,263 +1,166 @@ - - 基础信息 + - - - - - - + + + {{resiDetailList.houseInfo.gridName!=null?resiDetailList.houseInfo.gridName:'--'}} + - - - - - - - - - - - - - - - - - - - - - - - - - - - + {{resiDetailList.houseInfo.homeName?resiDetailList.houseInfo.homeName:'--'}} - + + + - - - {{ ns.label }} - + + {{resiDetailList.localResidenceFlag?resiDetailList.localResidenceFlag == 1?'是':'否':'--'}} + + + {{resiDetailList.genderName?resiDetailList.genderName:'--'}} - - - + + + + {{resiDetailList.name?resiDetailList.name:'--'}} + + + {{resiDetailList.showMobile?resiDetailList.showMobile:resiDetailList.mobile?`${resiDetailList.mobile.substr(0,3)}`+ "****" +`${resiDetailList.mobile.substr(7,5)}`:'--'}} + 显示 + + + {{resiDetailList.showIdNum?resiDetailList.showIdNum:resiDetailList.idNum?`${resiDetailList.idNum.substr(0, 11)}` +"******" +`${resiDetailList.idNum.substr(16, 2)}`:'--'}} + 显示 + + + {{resiDetailList.remark?resiDetailList.remark:'--'}} + + - - - - + + {{resiDetailList.nationName?resiDetailList.nationName:'--'}} + - - - + + + + + {{resiDetailList.birthday}} - handleChangeCheckbox(val,items)" - > - + - - - - - + + + - - - - - - + + + + + + {{ ns.label }} + + + + + + + {{ eduInfoDtoList == []?eduInfoDtoList.cultureLevel:'--'}} + + + + + {{eduInfoDtoList == []?eduInfoDtoList.eduRemark:'--'}} + + + - {{ ns.label }} - - - - - - - - - - - - - + clearable + > + + + + + + + + + + + - - - + + - - - - - + + - - - - - - - - - - - - - + + + @@ -267,20 +170,21 @@