diff --git a/src/project/saas/AppResidentDocument/DetailPeople.vue b/src/project/saas/AppResidentDocument/DetailPeople.vue index a9b791a1..ef603f10 100644 --- a/src/project/saas/AppResidentDocument/DetailPeople.vue +++ b/src/project/saas/AppResidentDocument/DetailPeople.vue @@ -24,39 +24,39 @@
籍贯 - {{ data.resident && data.resident.birthplaceAreaName }} + {{ data.resident && data.resident.birthplaceAreaName }}
身份证号 - {{ data.resident && data.resident.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }} + {{ data.resident && data.resident.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}
民族 - {{ $dict.getLabel('nation', data.resident.nation) }} + {{ $dict.getLabel('nation', data.resident.nation) }}
文化程度 - {{ $dict.getLabel('education', data.resident.education) }} + {{ $dict.getLabel('education', data.resident.education) }}
婚姻状况 - {{ $dict.getLabel('maritalStatus', data.resident.maritalStatus) }} + {{ $dict.getLabel('maritalStatus', data.resident.maritalStatus) }}
政治面貌 - {{ $dict.getLabel('politicsStatus', data.resident.politicsStatus) }} + {{ $dict.getLabel('politicsStatus', data.resident.politicsStatus) }}
兵役状况 - {{ $dict.getLabel('militaryStatus', data.resident.militaryStatus) }} + {{ $dict.getLabel('militaryStatus', data.resident.militaryStatus) }}
宗教信仰 - {{ $dict.getLabel('faithType', data.resident.faithType) }} + {{ $dict.getLabel('faithType', data.resident.faithType) }}
职业 - {{ $dict.getLabel('job', data.resident.job) }} + {{ $dict.getLabel('job', data.resident.job) }}
@@ -66,23 +66,23 @@
联系方式 - {{ data.resident.phone }} + {{ data.resident.phone }}
现住址 - {{ data.resident.currentAreaName }} + {{ data.resident.currentAreaName }}
现住详细地址 - {{ data.resident.currentAddress }} + {{ data.resident.currentAddress }}
户籍地址 - {{ data.resident.householdAreaName }} + {{ data.resident.householdAreaName }}
户籍详细地址 - {{ data.resident.householdAddress }} + {{ data.resident.householdAddress }}
@@ -203,13 +203,15 @@ color: #3d94fb; } - span:first-child { - flex-shrink: 1; + span { + width: 180px; margin-right: 20rpx; } - span:last-child { - + i { + flex: 1; + text-align: right; + font-style: normal; } } }