From cfcf2c12ea822d527653c985f0eb252b09501777 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 15 Nov 2022 13:42:39 +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 --- .../AppPhotoReport/AppPhotoReport.vue | 249 +++++++++++++ .../pingchang/AppPhotoReport/PhotoDetail.vue | 167 +++++++++ .../pingchang/AppPhotoReport/PhotoForm.vue | 331 ++++++++++++++++++ .../pingchang/AppPhotoReport/PhotoResult.vue | 64 ++++ 4 files changed, 811 insertions(+) create mode 100644 src/project/pingchang/AppPhotoReport/AppPhotoReport.vue create mode 100644 src/project/pingchang/AppPhotoReport/PhotoDetail.vue create mode 100644 src/project/pingchang/AppPhotoReport/PhotoForm.vue create mode 100644 src/project/pingchang/AppPhotoReport/PhotoResult.vue diff --git a/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue b/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue new file mode 100644 index 0000000..250a72f --- /dev/null +++ b/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue @@ -0,0 +1,249 @@ + + + + + + + + {{ item.content }} + + + 事件类型 + {{ item.groupName }} + + + 所属网格 + {{ item.girdName }} + + + + + + + {{ item.statusName }} + + + 去评价 + 已评价 + + + + + + + + 我要上报 + + + + + + + diff --git a/src/project/pingchang/AppPhotoReport/PhotoDetail.vue b/src/project/pingchang/AppPhotoReport/PhotoDetail.vue new file mode 100644 index 0000000..b1ae503 --- /dev/null +++ b/src/project/pingchang/AppPhotoReport/PhotoDetail.vue @@ -0,0 +1,167 @@ + + + + {{ info.content }} + + + + + + + + + 暂无照片 + + + + + + + + 暂无照片 + + + + currentTab=v"/> + + + + + + + + + + + + + + 去评价 + + + + + + + diff --git a/src/project/pingchang/AppPhotoReport/PhotoForm.vue b/src/project/pingchang/AppPhotoReport/PhotoForm.vue new file mode 100644 index 0000000..30dc6ca --- /dev/null +++ b/src/project/pingchang/AppPhotoReport/PhotoForm.vue @@ -0,0 +1,331 @@ + + + + + + + * + 事件类型 + + + + + + + + + + * + 事件描述 + + + + + + + + + + + + + * + 上报位置 + + + {{ form.address }} + 请选择 + + + + + + + + * + 所属地区 + + + + + + + + + + + + + * + 图片上传 + (最多9张) + + + + + + + + + + * + 姓名 + + + + + + + + + + * + 联系方式 + + + + + + + + + 提交 + + + + + + + diff --git a/src/project/pingchang/AppPhotoReport/PhotoResult.vue b/src/project/pingchang/AppPhotoReport/PhotoResult.vue new file mode 100644 index 0000000..ddcca7f --- /dev/null +++ b/src/project/pingchang/AppPhotoReport/PhotoResult.vue @@ -0,0 +1,64 @@ + + + + 上报成功! + 前往查看 + + + + + +