From d1b127fea2cbc181c0ce68fadddb6e83c8545565 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Sun, 5 Dec 2021 17:27:26 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=91=E7=A0=94=E6=88=90=E6=9E=9C?= =?UTF-8?q?=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tall/task/ScientificPayoffs.vue | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/src/components/tall/task/ScientificPayoffs.vue b/src/components/tall/task/ScientificPayoffs.vue index af45755..7f0477d 100644 --- a/src/components/tall/task/ScientificPayoffs.vue +++ b/src/components/tall/task/ScientificPayoffs.vue @@ -36,8 +36,14 @@
- @@ -176,7 +182,10 @@ async function getExperimentations() { data.forEach((item, index) => { item.indexId = index + 1; + if (item.report) item.report = JSON.parse(item.report); + if (item.course) item.course = JSON.parse(item.course); }); + console.log(data); dataList.value = data; } catch (error) { message.info(error); @@ -231,6 +240,7 @@ async function toUnlock() { } .action-btn { + flex-shrink: 0; width: 50px !important; height: 28px !important; font-size: 14px !important;