diff --git a/src/apps/AppEpidemicSituation/BackUserList.vue b/src/apps/AppEpidemicSituation/BackUserList.vue index b206e8e5..d28ec9be 100644 --- a/src/apps/AppEpidemicSituation/BackUserList.vue +++ b/src/apps/AppEpidemicSituation/BackUserList.vue @@ -39,8 +39,8 @@

{{item.name}}有异常

{{item.idNumber}}

-

{{item.startAreaName}}

-

{{item.arriveAreaName}}

+

{{item.startAreaName}}

+

{{item.arriveAreaName}}

{{item.createTime}}

@@ -226,9 +226,13 @@ export default { width: 32px; height: 32px; margin-right: 18px; - vertical-align: middle; + vertical-align: top; } } + .start-name{ + display: inline-block; + width: calc(100% - 50px); + } .color-999{ margin-bottom: 24px; color: #999; diff --git a/src/apps/AppEpidemicSituation/UserInfo.vue b/src/apps/AppEpidemicSituation/UserInfo.vue index 60a77d4c..54345f26 100644 --- a/src/apps/AppEpidemicSituation/UserInfo.vue +++ b/src/apps/AppEpidemicSituation/UserInfo.vue @@ -3,8 +3,8 @@

{{info.name}}的返乡登记信息

-

{{info.startAreaName}}

-

{{info.arriveAreaName}}

+

{{info.startAreaName}}

+

{{info.arriveAreaName}}

{{info.createTime}}

@@ -222,13 +222,17 @@ export default { width: 32px; height: 32px; margin-right: 18px; - vertical-align: middle; + vertical-align: top; } } .color-999{ margin-bottom: 24px; color: #999; } + .start-name{ + display: inline-block; + width: calc(100% - 50px); + } } } .info{ diff --git a/src/apps/AppHandSnapshot/List.vue b/src/apps/AppHandSnapshot/List.vue index c68408da..2ddb6dbe 100644 --- a/src/apps/AppHandSnapshot/List.vue +++ b/src/apps/AppHandSnapshot/List.vue @@ -133,7 +133,7 @@ export default { }, girdList() { - this.$http.post(`/app/appgirdmemberinfo/queryMyGirdList`, null, { + this.$http.post(`/app/appgirdmemberinfo/queryMyGirdListWithOut01`, null, { params: { size: 9999, }, diff --git a/src/apps/AppResidentFile/components/document.vue b/src/apps/AppResidentFile/components/document.vue index c6e5c5b2..77009751 100644 --- a/src/apps/AppResidentFile/components/document.vue +++ b/src/apps/AppResidentFile/components/document.vue @@ -1,5 +1,5 @@