This commit is contained in:
2023-07-20 15:18:50 +08:00
parent 050ce9c1c6
commit 5f90d414b6

View File

@ -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 }}
</el-col>
@ -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 }})
</span>
<!-- <span style="position: absolute; left: 6%; top: 70%">评价</span> -->
@ -273,14 +273,14 @@
position: relative;
"
>
<span
<!-- <span
style="
margin-top: 20px;
float: left;
margin-left: 5%;
margin-top: 7%;
"
>成绩评价</span>
>成绩评价</span>-->
<div style="position: absolute; left: 25%; top: 40%">{{ item.scoreDictValue }}</div>
</el-col>
<el-col