diff --git a/src/apps/AppEpidemicSituation/UserInfo.vue b/src/apps/AppEpidemicSituation/UserInfo.vue
index 54345f26..5cef6414 100644
--- a/src/apps/AppEpidemicSituation/UserInfo.vue
+++ b/src/apps/AppEpidemicSituation/UserInfo.vue
@@ -5,7 +5,7 @@
{{info.name}}的返乡登记信息
{{info.startAreaName}}
{{info.arriveAreaName}}
-
{{info.createTime}}
+
{{info.arriveTime}}
diff --git a/src/apps/AppResidentActivitie/AppResidentActivities.vue b/src/apps/AppResidentActivitie/AppResidentActivities.vue
index fe5e8b19..63dbaa49 100644
--- a/src/apps/AppResidentActivitie/AppResidentActivities.vue
+++ b/src/apps/AppResidentActivitie/AppResidentActivities.vue
@@ -93,7 +93,7 @@ export default {
methods: {
getList() {
this.$http
- .post('/app/appvillageactivityinfo/list', null, {
+ .post('/app/appvillageactivityinfo/listUp', null, {
params: {
size: this.size,
current: this.current,
diff --git a/src/apps/AppWorkonline/Detail.vue b/src/apps/AppWorkonline/Detail.vue
index b447c041..3801a8d7 100644
--- a/src/apps/AppWorkonline/Detail.vue
+++ b/src/apps/AppWorkonline/Detail.vue
@@ -97,13 +97,10 @@
-
- {{ $dict.getDict(items.dictionaryCode, items.fieldValue)[$dict.getLabel(items.dictionaryCode, items.fieldValue)].dictName }}
-
- {{ $dict.getLabel(items.dictionaryCode, items.fieldValue) }}
+ {{ $dict.getLabel(items.dictionaryCode, items.fieldValue) }}
-
+
{{ $dict.getLabel(items.dictionaryCode, itemL) }}