From 8f8eaa32437ee7228ab0e28f210f09e6539477fe Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 18 Nov 2022 10:38:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pingchang/AppCommunityManagement/Add.vue | 2 +- .../AppCommunityManagement/Detail.vue | 24 ++++++++++++++++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/src/project/pingchang/AppCommunityManagement/Add.vue b/src/project/pingchang/AppCommunityManagement/Add.vue index d5a4a8a5..0f9319de 100644 --- a/src/project/pingchang/AppCommunityManagement/Add.vue +++ b/src/project/pingchang/AppCommunityManagement/Add.vue @@ -181,7 +181,7 @@ export default { if( !this.form.fileList.length) { return this.$u.toast('请上传图片') } - if(status == 1 && !this.form.proveFileList.length) { + if(status == 2 && !this.form.proveFileList.length) { return this.$u.toast('请上传核酸阴性证明图片') } diff --git a/src/project/pingchang/AppCommunityManagement/Detail.vue b/src/project/pingchang/AppCommunityManagement/Detail.vue index dda71122..5f0dd9f1 100644 --- a/src/project/pingchang/AppCommunityManagement/Detail.vue +++ b/src/project/pingchang/AppCommunityManagement/Detail.vue @@ -20,6 +20,10 @@ {{info.phone}} +
+
处置意见
+
{{$dict.getLabel('EP_handleType', info.lastRiskDisposal.handleType)}}
+
居家状态
{{$dict.getLabel('EP_homeStatus2', info.homeStatus)}}
@@ -68,6 +72,13 @@
+
+
+
备注
+
+

{{info.lastReportInfo.remarks}}

+
+