diff --git a/src/apps/AppIntegralAudit/detail.vue b/src/apps/AppIntegralAudit/detail.vue index b17a6695..99142774 100644 --- a/src/apps/AppIntegralAudit/detail.vue +++ b/src/apps/AppIntegralAudit/detail.vue @@ -77,7 +77,7 @@
积分类别
-
{{ form.auditIntegralType }}
+
{{ $dict.getLabel('atWillReportType', form.auditIntegralType) }}
积分事项
diff --git a/src/apps/AppPeopleList/AppPeopleList.vue b/src/apps/AppPeopleList/AppPeopleList.vue index a8264fe4..1d6b963c 100644 --- a/src/apps/AppPeopleList/AppPeopleList.vue +++ b/src/apps/AppPeopleList/AppPeopleList.vue @@ -39,10 +39,6 @@ export default { \ No newline at end of file + diff --git a/src/apps/AppPeopleList/DetailCard.vue b/src/apps/AppPeopleList/DetailCard.vue index e7f5c2cc..8ba8735a 100644 --- a/src/apps/AppPeopleList/DetailCard.vue +++ b/src/apps/AppPeopleList/DetailCard.vue @@ -41,9 +41,9 @@ 身份证号: {{ item.idNumber.replace(/^(\w{6})\w{8}(.*)$/, '$1********$2') }}
-
+
@@ -63,7 +63,7 @@ export default { id: '', data: [], resident: {}, - spacialList: [], + // spacialList: [], } }, computed: {}, @@ -85,7 +85,7 @@ export default { this.$forceUpdate() this.$nextTick(() => { this.resident = res.data.resident - this.spacialList = res.data.resident.tsrqInfos + // this.spacialList = res.data.resident.tsrqInfos this.$forceUpdate() }) } @@ -197,14 +197,14 @@ export default { .rightBottom { margin-top: 20px; } - .spacial { - margin-top: 10px; - white-space: wrap; - span { - margin-right: 10px; - color: #ff4466; - } - } + // .spacial { + // margin-top: 10px; + // white-space: wrap; + // span { + // margin-right: 10px; + // color: #ff4466; + // } + // } } } .card:nth-child(2n-1) { diff --git a/src/apps/AppPeopleList/PeopleList.vue b/src/apps/AppPeopleList/PeopleList.vue index 80cb269d..7adb23c7 100644 --- a/src/apps/AppPeopleList/PeopleList.vue +++ b/src/apps/AppPeopleList/PeopleList.vue @@ -1,30 +1,34 @@