From 6787bc887559a4fc5d88834fab20df7fd6088ce0 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Tue, 15 Nov 2022 16:03:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=83=E6=84=BF=E8=AF=84=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppPhotoReport/AppPhotoReport.vue | 17 ++-- .../pingchang/AppPhotoReport/evaluate.vue | 81 +++++++++++++++++++ 2 files changed, 93 insertions(+), 5 deletions(-) create mode 100644 src/project/pingchang/AppPhotoReport/evaluate.vue diff --git a/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue b/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue index 250a72f..ff588c6 100644 --- a/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue +++ b/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue @@ -3,9 +3,8 @@
- -
+ +

{{ item.content }}

@@ -23,10 +22,14 @@ {{ item.statusName }}
- + +
+
去评价
+ +
@@ -80,6 +83,10 @@ export default { this.$linkTo('./PhotoForm') }, + toEvaluate() { + this.$linkTo('./evaluate') + }, + getList() { if (this.isMore) return diff --git a/src/project/pingchang/AppPhotoReport/evaluate.vue b/src/project/pingchang/AppPhotoReport/evaluate.vue new file mode 100644 index 0000000..88e911b --- /dev/null +++ b/src/project/pingchang/AppPhotoReport/evaluate.vue @@ -0,0 +1,81 @@ + + + + + \ No newline at end of file