diff --git a/src/assets/scss/people-info2.scss b/src/assets/scss/people-info2.scss
new file mode 100644
index 000000000..7a28a1e3c
--- /dev/null
+++ b/src/assets/scss/people-info2.scss
@@ -0,0 +1,132 @@
+@import "c/config";
+@import "c/function";
+
+
+
+        .wrap2 {
+            box-sizing: border-box;
+            padding: 20px;
+            height: 90vh;
+            width: 1180px;
+            overflow-y: auto;
+            overflow-x: hidden;
+            position: relative;
+        }
+
+        .title {
+            padding: 10px;
+            font-size: 22px;
+            font-family: PingFang SC;
+            font-weight: 800;
+            color: #333;
+            display: flex;
+            align-items: center;
+
+            img {
+                display: block;
+                margin-right: 5px;
+            }
+            span {
+                display: block;
+            }
+        }
+
+        .div_tuomin{
+          position: absolute;
+          top:25px;
+          right:40px;
+        }
+
+        .btn-close {
+            position: absolute;
+            z-index: 2;
+            top: -30px;
+            right: -30px;
+            cursor: pointer;
+        }
+
+        .list {
+            display: flex;
+            flex-wrap: wrap;
+            padding: 10px 30px;
+
+            .item {
+                position: relative;
+                box-sizing: border-box;
+                padding: 0 15px;
+                width: 33%;
+                color: #fff;
+                font-size: 18px;
+                font-family: PingFang SC;
+                font-weight: 400;
+                color: #333;
+                line-height: 24px;
+                margin: 15px 0;
+
+                &.z-long {
+                    width: 100%;
+                }
+
+                &::before {
+                    position: absolute;
+                    left: 0;
+                    top: 9px;
+                    content: "";
+                    display: block;
+                    width: 7px;
+                    height: 7px;
+                    background: #ddd;
+                    border-radius: 3px;
+                }
+            }
+        }
+
+        .line {
+            margin: 20px auto;
+            width: 900px;
+            height: 1px;
+            border: 1px dashed #ddd;
+        }
+
+        .tabs {
+            margin-top: 30px;
+            display: flex;
+            align-items: center;
+            padding-left: 20px;
+
+            .tab-btn {
+                margin: 0 5px;
+                width: 30px;
+                text-align: center;
+                cursor: pointer;
+                padding: 10px 0;
+                border-radius: 3px;
+                background-color: rgba(#000, 0.3);
+            }
+
+            .tab {
+                @include toe;
+                margin: 0 5px;
+                min-width: 80px;
+                padding: 0 8px;
+                height: 36px;
+                background: #fff;
+                border: 1px solid #eee;
+                box-shadow: 0 0 10px 0 inset #ddd;
+                border-radius: 2px;
+                text-align: center;
+                font-size: 17px;
+                font-family: PingFang SC;
+                font-weight: 400;
+                color: #333;
+                line-height: 36px;
+                cursor: pointer;
+                transition: all ease 0.1s;
+                &.z-on {
+                    background: linear-gradient(90deg, #1a5afd, #009cff);
+                    box-shadow: none;
+                    color: #ffffff;
+                    border: 1px solid #1a5afd;
+                }
+            }
+        }
diff --git a/src/views/modules/census/addFormHouse.vue b/src/views/modules/census/addFormHouse.vue
index b5cdde320..7a84e7156 100644
--- a/src/views/modules/census/addFormHouse.vue
+++ b/src/views/modules/census/addFormHouse.vue
@@ -7,6 +7,9 @@
 		
 		
 			
+				
+					显示脱敏信息
+				
 				
 					
 						
@@ -89,6 +92,7 @@
 					
 					
 				
+
 				
 					
 						
@@ -213,7 +217,7 @@ export default {
 		};
 		return {
 			agencyObj: {},
-			view_real_data: false,
+			view_real_data: true,
 			btnDisable: false,
 			user: '',
 			agencyId: '',
@@ -488,4 +492,9 @@ export default {
 @import '@/assets/scss/modules/management/form-main.scss';
 @import '@/assets/scss/modules/management/form.scss';
 // @import '@/assets/scss/modules/visual/a_customize.scss';
+.div_tuomin {
+	position: absolute;
+	top: 25px;
+	right: 40px;
+}
 
diff --git a/src/views/modules/census/addFormResident.vue b/src/views/modules/census/addFormResident.vue
index b5cdde320..bec9b8ce3 100644
--- a/src/views/modules/census/addFormResident.vue
+++ b/src/views/modules/census/addFormResident.vue
@@ -7,139 +7,132 @@
 		
 		
 			
-				
-					
-						
-							
-								
-							
-						
-						
-							
-								
-									
-								
-							
-						
-						
-							
-								
-							
-						
-						
-							
-								
-							
-						
-						
-							
-								
-									
-								
-							
-						
-						
-							
-								
-									
-								
-							
-						
-
-						
-							
-								
-							
-						
-						
-							
-								
-							
-						
-						
-							
-								
-									
-								
-							
-						
-					
-					
-				
+				
显示脱敏信息
 				
-					
-						
-							{{ formData.fullName }}
-						
-						
-						
-							{{ formData.unitName ? formData.unitName : '--' }}
-						
-						
-							{{ formData.doorName }}
-						
-						
-							{{ formData.coding ? formData.coding : '--' }}
-						
-						
-							{{ formData.houseTypeName ? formData.houseTypeName : '--' }}
-						
-						
-							{{ formData.purposeName ? formData.purposeName : '--' }}
-						
-						
-							{{ formData.rentName ? formData.rentName : '--' }}
-						
-						
-							{{ formData.ownerName ? formData.ownerName : '--' }}
-						
-						
-							{{ formData.showOwnerPhone ? formData.showOwnerPhone : '--' }}
-						
-						
-							{{ formData.showOwnerIdCard ? formData.showOwnerIdCard : '--' }}
-						
-						
-							{{ formData.remark ? formData.remark : '--' }}
-						
-					
-					
+					
+						
+							
+							
+								
+									{{ gridName }}
+								
+							
+							
+								
+									{{ xiaoquName }}
+								
+							
+							
+								
+									{{ louName }}-{{ danyuanName }}
+								
+							
+							
+								
+									{{ homeName }}
+								
+							
+
+							
+								
+									
+										{{ info[field.columnName] || '--' }}
+										
+											{{ info[field.columnName] == null ? '--' : getOptionLabel(field.options, info[field.columnName], field.itemType) }}
+										
+										{{ info[field.columnName] == null ? '--' : info[field.columnName] }}
+									
+								
+							
+						
+						
+					
 				
+
+				
+					
+					
+						{{ item.label }}
+					
+					
+				
+
+				
+					
+						
+							
+								{{ field.label }}:
+								
+									{{ infoItem[field.columnName] == null ? '--' : getOptionLabel(field.options, infoItem[field.columnName], field.itemType) }}
+								
+
+								{{ infoItem[field.columnName] == null ? '--' : infoItem[field.columnName] }}
+							
+						
+					
+					
+						
+							
+
+							
+							
+							
+						
+					
+					
+						
+							
+
+							
+							
+							
+							
+							
+						
+					
+					
+						
+							
+
+							
+							
+							
+						
+					
+					
+						
+							{{ field.label }}:
+							
+								{{
+									!allInfo[group.tableName] || allInfo[group.tableName][0][field.columnName] == null
+										? '--'
+										: getOptionLabel(field.options, allInfo[group.tableName][0][field.columnName], field.itemType)
+								}}
+							
+
+							
+								{{ !allInfo[group.tableName] || allInfo[group.tableName][0][field.columnName] == null ? '--' : allInfo[group.tableName][0][field.columnName] }}
+							
+						
+					
+				
 
 			
-			
-				取 消
-				
-				保 存
-			
-			
 		
 
-