From 6e5657e446c773364436e090128e4287770ac03b Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Wed, 26 Oct 2022 09:15:11 +0800 Subject: [PATCH] bug --- .../app/AppRatingTask/components/Detail.vue | 31 +++++++++++++------ 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/project/hlj/app/AppRatingTask/components/Detail.vue b/project/hlj/app/AppRatingTask/components/Detail.vue index 6f4fe76c..5bc709fa 100644 --- a/project/hlj/app/AppRatingTask/components/Detail.vue +++ b/project/hlj/app/AppRatingTask/components/Detail.vue @@ -53,17 +53,22 @@ @onConfirm="onConfirm"> - - +
+ + + +
- +
@@ -75,7 +80,7 @@
- +
@@ -87,7 +92,7 @@
- + v.dictValue === e)[0].dictName + }, + + toAddTemplate () { + // this.$router.push({name: 'AppScoringTemplate'}) + }, + getInfo () { this.instance.post(`/app/appassessmentscortask/queryDetailById?id=${this.params.id}`).then(res => { if (res.code === 0) {