diff --git a/src/components/AiItem/AiItem.vue b/src/components/AiItem/AiItem.vue index 85a8e4d..d970246 100644 --- a/src/components/AiItem/AiItem.vue +++ b/src/components/AiItem/AiItem.vue @@ -61,9 +61,10 @@ export default { .normal { width: 100%; - padding-right: 32px; + padding: 32px 32px 32px 0; + line-height: 44px; box-sizing: border-box; - height: 112px; + // height: 112px; .flexContent { max-width: 62vw; diff --git a/src/project/qujing/AppPhotoReport/AppPhotoReport.vue b/src/project/qujing/AppPhotoReport/AppPhotoReport.vue new file mode 100644 index 0000000..b9c27ff --- /dev/null +++ b/src/project/qujing/AppPhotoReport/AppPhotoReport.vue @@ -0,0 +1,271 @@ + + + + + + + {{ item.content }} + + + + 事件类型 + {{ item.groupName }} + + + 所属网格 + {{ item.girdName }} + + + + + + + {{ item.statusName }} + + + {{ $dict.getLabel('qujingRiskLevel', item.judgeRiskLevel) }} + + + + + + + + 我要上报 + + + + + + + diff --git a/src/project/qujing/AppPhotoReport/PhotoDetail.vue b/src/project/qujing/AppPhotoReport/PhotoDetail.vue new file mode 100644 index 0000000..8e830dc --- /dev/null +++ b/src/project/qujing/AppPhotoReport/PhotoDetail.vue @@ -0,0 +1,249 @@ + + + + {{ info.content }} + + + + + + + + + + + + 暂无照片 + + + + + + + + + + 暂无照片 + + + + + {{ $dict.getLabel('qujingRiskLevel', info.judgeRiskLevel) }} + + + + + + + ,{{ $dict.getLabel('qujingRisk', item) }} + + + + + + + + + + + + + + + currentTab=v"/> + + + + + + + + + + + + + + 去评价 + + + + + + + diff --git a/src/project/qujing/AppPhotoReport/PhotoForm.vue b/src/project/qujing/AppPhotoReport/PhotoForm.vue new file mode 100644 index 0000000..cf759e0 --- /dev/null +++ b/src/project/qujing/AppPhotoReport/PhotoForm.vue @@ -0,0 +1,333 @@ + + + + + + + * + 事件类型 + + + + + + + + + + * + 事件描述 + + + + + + + + + + + + + * + 上报位置 + + + {{ form.address }} + 请选择 + + + + + + + + * + 所属网格 + + + + + + + + + + + + + + * + 图片上传 + (最多9张) + + + + + + + + + + * + 姓名 + + + + + + + + + + * + 联系方式 + + + + + + + + + 提交 + + + + + + + diff --git a/src/project/qujing/AppPhotoReport/PhotoResult.vue b/src/project/qujing/AppPhotoReport/PhotoResult.vue new file mode 100644 index 0000000..43a2437 --- /dev/null +++ b/src/project/qujing/AppPhotoReport/PhotoResult.vue @@ -0,0 +1,64 @@ + + + + 上报成功! + 前往查看 + + + + + +