From 56c227ee78f1b2b84df65d27a49866c859da6046 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 21 Mar 2023 14:45:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E5=BF=83=E6=84=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fengdu/AppPhotoReport/AppPhotoReport.vue | 249 +++++++++++++ .../fengdu/AppPhotoReport/PhotoDetail.vue | 167 +++++++++ .../fengdu/AppPhotoReport/PhotoForm.vue | 330 ++++++++++++++++++ .../fengdu/AppPhotoReport/PhotoResult.vue | 64 ++++ 4 files changed, 810 insertions(+) create mode 100644 src/project/fengdu/AppPhotoReport/AppPhotoReport.vue create mode 100644 src/project/fengdu/AppPhotoReport/PhotoDetail.vue create mode 100644 src/project/fengdu/AppPhotoReport/PhotoForm.vue create mode 100644 src/project/fengdu/AppPhotoReport/PhotoResult.vue diff --git a/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue b/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue new file mode 100644 index 0000000..250a72f --- /dev/null +++ b/src/project/fengdu/AppPhotoReport/AppPhotoReport.vue @@ -0,0 +1,249 @@ + + + + + + + + {{ item.content }} + + + 事件类型 + {{ item.groupName }} + + + 所属网格 + {{ item.girdName }} + + + + + + + {{ item.statusName }} + + + 去评价 + 已评价 + + + + + + + + 我要上报 + + + + + + + diff --git a/src/project/fengdu/AppPhotoReport/PhotoDetail.vue b/src/project/fengdu/AppPhotoReport/PhotoDetail.vue new file mode 100644 index 0000000..6c9feb4 --- /dev/null +++ b/src/project/fengdu/AppPhotoReport/PhotoDetail.vue @@ -0,0 +1,167 @@ + + + + {{ info.content }} + + + + + + + + + 暂无照片 + + + + + + + + 暂无照片 + + + + currentTab=v"/> + + + + + + + + + + + + + + 去评价 + + + + + + + diff --git a/src/project/fengdu/AppPhotoReport/PhotoForm.vue b/src/project/fengdu/AppPhotoReport/PhotoForm.vue new file mode 100644 index 0000000..cb4a74e --- /dev/null +++ b/src/project/fengdu/AppPhotoReport/PhotoForm.vue @@ -0,0 +1,330 @@ + + + + + + + * + 事件类型 + + + + + + + + + + * + 事件描述 + + + + + + + + + + + + + * + 上报位置 + + + {{ form.address }} + 请选择 + + + + + + + + * + 所属网格 + + + + + + + + + + + + + + * + 图片上传 + (最多9张) + + + + + + + + + + * + 姓名 + + + + + + + + + + * + 联系方式 + + + + + + + + + 提交 + + + + + + + diff --git a/src/project/fengdu/AppPhotoReport/PhotoResult.vue b/src/project/fengdu/AppPhotoReport/PhotoResult.vue new file mode 100644 index 0000000..ec44cc2 --- /dev/null +++ b/src/project/fengdu/AppPhotoReport/PhotoResult.vue @@ -0,0 +1,64 @@ + + + + 上报成功! + 前往查看 + + + + + +