diff --git a/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue b/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue index b7c7d6f..8cd5244 100644 --- a/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue +++ b/project/sanjianxi/AppGreatPowerIntegral/AppGreatPowerIntegral.vue @@ -25,10 +25,21 @@ export default { \ No newline at end of file diff --git a/project/sanjianxi/AppNeighborLinkage/memberInfo.vue b/project/sanjianxi/AppNeighborLinkage/memberInfo.vue index 3ce0600..e36aaf1 100644 --- a/project/sanjianxi/AppNeighborLinkage/memberInfo.vue +++ b/project/sanjianxi/AppNeighborLinkage/memberInfo.vue @@ -18,57 +18,57 @@

个人基本信息

家庭住址

-
{{ data.householdAreaName }}
+
{{ data.householdAreaName || '' }}
- 性别{{ $dict.getLabel('sex',data.sex) }} + 性别{{ $dict.getLabel('sex',data.sex) || '' }}
- 年龄{{ data.age }} + 年龄{{ data.age }}
- 民族{{ $dict.getLabel('nation',data.nation) }} + 民族{{ $dict.getLabel('nation',data.nation) || '' }}
- 文化程度{{ $dict.getLabel('education',data.education) }} + 文化程度{{ $dict.getLabel('education',data.education) || '' }}
- 婚姻状况{{ $dict.getLabel('maritalStatus',data.maritalStatus) }} + 婚姻状况{{ $dict.getLabel('maritalStatus',data.maritalStatus) || '' }}
- 政治面貌{{ $dict.getLabel('politicsStatus',data.politicsStatus) }} + 政治面貌{{ $dict.getLabel('politicsStatus',data.politicsStatus) || '' }}
- 兵役状况{{ $dict.getLabel('militaryStatus',data.militaryStatus) }} + 兵役状况{{ $dict.getLabel('militaryStatus',data.militaryStatus) || '' }}
- 宗教信仰{{ $dict.getLabel('faithType',data.faithType) }} + 宗教信仰{{ $dict.getLabel('faithType',data.faithType) || '' }}
- 职业{{ $dict.getLabel('job',data.job) }} + 职业{{ $dict.getLabel('job',data.job) || '' }}

联络信息

- 联系方式{{ data.phone }} + 联系方式{{ data.phone || '' }}

现住址

-
{{ data.currentAreaName }}
+
{{ data.currentAreaName || '' }}

现住详细地址

-
{{ data.currentAddress }}
+
{{ data.currentAddress || '' }}

户籍地址

-
{{ data.householdAreaName }}
+
{{ data.householdAreaName || '' }}

户籍详细地址

-
{{ data.householdAddress }}
+
{{ data.householdAddress || '' }}