From 9731d79b30ea17f647c0460fc26299792b21cb60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E5=BC=BA=E5=BC=BA?= <787203167> Date: Tue, 13 Jun 2023 17:09:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5Pre-Homo=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/src/views/phoneView/handlingPage.vue | 9 +- .../src/views/phoneView/preHomoMangement.vue | 244 +++++++++++++++++- 2 files changed, 243 insertions(+), 10 deletions(-) diff --git a/jero-web/src/views/phoneView/handlingPage.vue b/jero-web/src/views/phoneView/handlingPage.vue index a4c42d600..4e0db0339 100644 --- a/jero-web/src/views/phoneView/handlingPage.vue +++ b/jero-web/src/views/phoneView/handlingPage.vue @@ -15,7 +15,7 @@ :loading-text="$t('loading')" @load="onLoad" > -
+
@@ -62,7 +62,12 @@ }, handlingClick(item) { this.$router.push({ - path: '/phonePreHomoMangement' + path: '/phonePreHomoMangement', + query: { + taskDefinitionKey: this.$route.query.taskDefinitionKey, + projectName:this.$route.query.projectName, + id: item.id + } }) }, onLoad() { diff --git a/jero-web/src/views/phoneView/preHomoMangement.vue b/jero-web/src/views/phoneView/preHomoMangement.vue index e6c25d0a1..9c236331e 100644 --- a/jero-web/src/views/phoneView/preHomoMangement.vue +++ b/jero-web/src/views/phoneView/preHomoMangement.vue @@ -3,7 +3,7 @@ @@ -87,22 +87,63 @@ - + + + + +
+ + + + + + + +
+ {{item.fileName}} + + + +
+