diff --git a/src/apps/AppPeopleList/DetailCard.vue b/src/apps/AppPeopleList/DetailCard.vue
index 3c903fa7..54cc041c 100644
--- a/src/apps/AppPeopleList/DetailCard.vue
+++ b/src/apps/AppPeopleList/DetailCard.vue
@@ -41,6 +41,9 @@
身份证号:
{{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}
+
+ {{e.applicationName}}
+
@@ -60,6 +63,7 @@ export default {
id: '',
data: [],
resident: {},
+ spacialList: [],
}
},
computed: {},
@@ -81,6 +85,7 @@ export default {
this.$forceUpdate()
this.$nextTick(() => {
this.resident = res.data.resident
+ this.spacialList = res.data.resident.tsrqInfos
this.$forceUpdate()
})
}
@@ -192,6 +197,16 @@ export default {
.rightBottom {
margin-top: 20px;
}
+ .spacial {
+ margin-top: 10px;
+ overflow:hidden;
+ text-overflow:ellipsis;
+ white-space:nowrap;
+ span {
+ margin-right: 10px;
+ color: #ff4466;
+ }
+ }
}
}
.card:nth-child(2n-1) {