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}}

+
+