居民档案bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user