This commit is contained in:
yanran200730
2022-01-14 16:14:47 +08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
<span class="user-tel">{{item.phone}}</span>
</div>
<div class="idCard">{{item.idNumber && item.idNumber.replace(/(.{6}).*(.{4})/,"$1********$2")}}</div>
<div class="address">{{item.householdAddress}}</div>
<div class="address">{{item.currentAreaName || '' + item.currentAddress}}</div>
</div>
</div>
</div>

View File

@@ -143,6 +143,7 @@ export default {
width: 200px;
height: 200px;
margin-right: 32px;
border-radius: 50%;
}
.right{
width: 100%;