居民档案bug

This commit is contained in:
liuye
2022-03-17 14:17:42 +08:00
parent c86e46296a
commit a05bfbb480
4 changed files with 7 additions and 8 deletions

View File

@@ -7,8 +7,8 @@
<div class="areaHint">
<u-icon name="map-fill" color="#73ABFF"></u-icon>
<span>{{ resident.currentAreaName }}</span>
<span v-if="resident.currentAddress">{{ resident.currentAddress }}</span>
<span style="margin-left: 14px;">{{resident.currentAreaName}}</span>
<span v-if="resident.currentAddress">{{resident.currentAddress}}</span>
</div>
</div>
@@ -40,7 +40,7 @@
<div class="rightBottom">
<span>身份证号</span>
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1******$2') }}</span>
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********2') }}</span>
</div>
</div>
</div>
@@ -116,9 +116,6 @@ export default {
}
.areaHint {
margin-top: 38px;
span {
margin-left: 14px;
}
}
}