From 32e5a5d2967db9b00613a97f974320273400e4e3 Mon Sep 17 00:00:00 2001 From: e <2432808546@qq.com> Date: Mon, 20 Dec 2021 18:00:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E7=BB=A9=E6=8A=A5=E5=91=8A=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E9=93=B6=E8=A1=8C=E4=B8=8Epy=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E4=B8=8D=E5=90=8C=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/record/show/index.vue | 52 ++++++++++++++++++++++----------- 1 file changed, 35 insertions(+), 17 deletions(-) diff --git a/src/pages/record/show/index.vue b/src/pages/record/show/index.vue index e8f1240..74362b8 100644 --- a/src/pages/record/show/index.vue +++ b/src/pages/record/show/index.vue @@ -77,34 +77,44 @@ {{ scope.$index + 1 }} - - + + @@ -150,7 +160,8 @@ export default { expData: [], editing: false, loadIns: null, - loading: false + loading: false, + project:false }; }, mounted() { @@ -164,6 +175,13 @@ export default { this.$get(`${this.api.reportDetail}?reportId=${this.reportId}`).then(res => { this.form = res.report; this.expData = res.userScores; + for(var i=0;i