diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue
index dd7cc824..a926a04a 100644
--- a/src/apps/AppMonitoringObject/Add.vue
+++ b/src/apps/AppMonitoringObject/Add.vue
@@ -23,7 +23,7 @@
与户主关系
-
{{ $dict.getLabel('fpRelationship',form.householdRelation) }}
+
{{ $dict.getLabel('fpRelationship', form.householdRelation) }}
@@ -35,10 +35,8 @@
选择人员
-
- 请选择
- {{ userList[0].name }}
-
+
+
@@ -51,7 +49,7 @@
+ placeholder-style="color: #999; font-size: 30rpx;" disabled/>
@@ -63,7 +61,7 @@
+ placeholder-style="color: #999; font-size: 30rpx;" :disabled="isEdit"/>
@@ -75,7 +73,7 @@
+ placeholder-style="color: #999; font-size: 30rpx;" @input="changeIdNumber" :disabled="!!userList.length"/>
@@ -87,7 +85,7 @@
+ placeholder-style="color: #999; font-size: 30rpx;" @input="changeIdNumber" disabled/>
@@ -98,7 +96,7 @@
性别
- {{$dict.getLabel('sex', form.sex) || '自动识别'}}
+ {{ $dict.getLabel('sex', form.sex) || '自动识别' }}
@@ -112,7 +110,7 @@
+ placeholder-style="color: #999; font-size: 30rpx;"/>
@@ -124,12 +122,8 @@
-
-
- {{ form.currentAreaName }}
- 请选择
-
-
+
+
@@ -194,9 +188,9 @@
-
-
-
{{ e.dictName }}
+
{{ e.dictName }}
@@ -412,7 +406,7 @@
@@ -423,8 +417,8 @@
-
-
+
+
下一步
保存
{{ girdInfo.checkType == 2 ? '保存' : '申请纳入监测' }}
@@ -433,15 +427,15 @@