- {{ data.resident && data.resident.name }}
+ {{ data.resident && data.resident.name }} 已注销
户主
{{ $dict.getLabel('householdRelation', data.resident && data.resident.householdRelation) }}
@@ -140,7 +140,7 @@ export default {
onLoad(o) {
this.id = o.id
this.type = o.type
- this.$dict.load('householdRelation', 'nation', 'education', 'maritalStatus', 'politicsStatus', 'militaryStatus', 'faithType', 'job').then(() => {
+ this.$dict.load('householdRelation', 'nation', 'education', 'maritalStatus', 'politicsStatus', 'militaryStatus', 'faithType', 'job', 'fileStatus').then(() => {
this.getDetail()
})
uni.$on('updatePeople', res => {
@@ -207,6 +207,19 @@ export default {
.rightTop {
display: flex;
justify-content: space-between;
+ .fileStatuss {
+ display: inline-block;
+ margin-left: 30px;
+ color: #ff4466;
+ background: #ffecef;
+ border-radius: 8px;
+ width: 120px;
+ height: 40px;
+ line-height: 40px;
+ text-align: center;
+ font-weight: 400;
+ font-size: 28px;
+ }
.names {
font-size: 32px;
font-weight: 600;
diff --git a/src/project/shandong10086/AppPeopleList/ExamineList.vue b/src/project/shandong10086/AppPeopleList/ExamineList.vue
index 7cb8848f..0c416b4b 100644
--- a/src/project/shandong10086/AppPeopleList/ExamineList.vue
+++ b/src/project/shandong10086/AppPeopleList/ExamineList.vue
@@ -232,7 +232,7 @@ export default {
display: flex;
padding: 24px 32px;
.left {
- width: 40%;
+ width: 220px;
display: flex;
align-items: center;
diff --git a/src/saas/AppBackUserList/UserInfo.vue b/src/saas/AppBackUserList/UserInfo.vue
index 299d713a..3a9080f8 100644
--- a/src/saas/AppBackUserList/UserInfo.vue
+++ b/src/saas/AppBackUserList/UserInfo.vue
@@ -102,9 +102,9 @@