From 36058977690635297baf83963d3c52e45815d828 Mon Sep 17 00:00:00 2001 From: liuye Date: Wed, 12 Jan 2022 10:04:21 +0800 Subject: [PATCH] bug --- src/apps/AppEpidemicSituation/BackUserList.vue | 2 +- src/apps/AppEpidemicSituation/ErrorInfo.vue | 6 +++--- src/apps/AppEpidemicSituation/UserInfo.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/apps/AppEpidemicSituation/BackUserList.vue b/src/apps/AppEpidemicSituation/BackUserList.vue index 8c6d5b22..280c6f1d 100644 --- a/src/apps/AppEpidemicSituation/BackUserList.vue +++ b/src/apps/AppEpidemicSituation/BackUserList.vue @@ -39,7 +39,7 @@

{{item.idNumber}}

{{item.startAreaName}}

{{item.arriveAreaName}}

-

{{item.checkTime}}

+

{{item.createTime}}

diff --git a/src/apps/AppEpidemicSituation/ErrorInfo.vue b/src/apps/AppEpidemicSituation/ErrorInfo.vue index 18a685a2..adc68edc 100644 --- a/src/apps/AppEpidemicSituation/ErrorInfo.vue +++ b/src/apps/AppEpidemicSituation/ErrorInfo.vue @@ -26,11 +26,11 @@
- -

字数0/1000

+ +

字数{{value.length}}/1000

- 清空内容 + 清空内容 保存
diff --git a/src/apps/AppEpidemicSituation/UserInfo.vue b/src/apps/AppEpidemicSituation/UserInfo.vue index c4f0303b..90d93883 100644 --- a/src/apps/AppEpidemicSituation/UserInfo.vue +++ b/src/apps/AppEpidemicSituation/UserInfo.vue @@ -26,7 +26,7 @@
人员类别
-
{{$dict.getLabel('epidemicMemberType', info.type)}}
+
{{$dict.getLabel('epidemicMemberType', info.type)}}