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