26844
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
<div class="right">
|
<div class="right">
|
||||||
<div class="rightTop">{{ item.name }}</div>
|
<div class="rightTop">{{ item.name }}</div>
|
||||||
<div class="rightBottom">
|
<div class="rightBottom">
|
||||||
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1****$2') }}</span>
|
<span>{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}</span>
|
||||||
|
|
||||||
<span>{{ item.phone }}</span>
|
<span>{{ item.phone }}</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -70,7 +70,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['user', 'global']),
|
...mapState(['user']),
|
||||||
},
|
},
|
||||||
watch: {},
|
watch: {},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
|
|||||||
Reference in New Issue
Block a user