From 5f90d414b6330af66e51c0a650dc104b03ba184e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 20 Jul 2023 15:18:50 +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/quality/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/system/quality/index.vue b/src/views/system/quality/index.vue index 59055a7..98c652b 100644 --- a/src/views/system/quality/index.vue +++ b/src/views/system/quality/index.vue @@ -59,8 +59,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 }} @@ -83,7 +82,8 @@ item.measureUnit == "cm" || item.measureUnit == "m" ? "距离" : "" }} {{ item.measureUnit == "kg" ? "千克" : "" }} - {{ item.measureUnit == "g" ? "克" : "" }}({{ item.measureUnit }}) + {{ item.measureUnit == "g" ? "克" : "" }} + {{ item.measureUnit == "分" ? "成绩" : "" }}({{ item.measureUnit }}) @@ -273,14 +273,14 @@ position: relative; " > - 成绩评价 + >成绩评价-->