From 6859d139539d376ec3bab8a0b9e1e25117863cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 20 Jul 2023 15:18:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/personalecharts/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/system/personalecharts/index.vue b/src/views/system/personalecharts/index.vue index 673156b..fc90691 100644 --- a/src/views/system/personalecharts/index.vue +++ b/src/views/system/personalecharts/index.vue @@ -531,7 +531,7 @@ - --> + -->
@@ -716,8 +716,7 @@ border-bottom: 1px solid #ededed; " > - {{ item.itemScore ? item.itemScore : "" }} - {{ item.scoreDictValue ? item.scoreDictValue : "" }} + {{ item.itemScore>=0 ? item.itemScore :item.scoreDictValue ? item.scoreDictValue : ""}} {{ item.measureUnit }} @@ -740,7 +739,8 @@ item.measureUnit == "cm" || item.measureUnit == "m" ? "距离" : "" }} {{ item.measureUnit == "kg" ? "千克" : "" }} - {{ item.measureUnit == "g" ? "克" : "" }}({{ item.measureUnit }}) + {{ item.measureUnit == "g" ? "克" : "" }} + {{ item.measureUnit == "分" ? "成绩" : "" }}({{ item.measureUnit }}) @@ -929,14 +929,14 @@ position: relative; " > - 成绩评价 + >成绩评价-->
{{ item.scoreDictValue }}