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; border-bottom: 1px solid #ededed;
" "
> >
{{ item.itemScore ? item.itemScore : "" }} {{ item.itemScore>=0 ? item.itemScore :item.scoreDictValue ? item.scoreDictValue : ""}}
{{ item.scoreDictValue ? item.scoreDictValue : "" }}
{{ item.measureUnit }} {{ item.measureUnit }}
</el-col> </el-col>
@ -83,7 +82,8 @@
item.measureUnit == "cm" || item.measureUnit == "m" ? "距离" : "" item.measureUnit == "cm" || item.measureUnit == "m" ? "距离" : ""
}} }}
{{ item.measureUnit == "kg" ? "千克" : "" }} {{ item.measureUnit == "kg" ? "千克" : "" }}
{{ item.measureUnit == "g" ? "克" : "" }}({{ item.measureUnit }}) {{ item.measureUnit == "g" ? "克" : "" }}
{{ item.measureUnit == "分" ? "成绩" : "" }}({{ item.measureUnit }})
</span> </span>
<!-- <span style="position: absolute; left: 6%; top: 70%">评价</span> --> <!-- <span style="position: absolute; left: 6%; top: 70%">评价</span> -->
@ -273,14 +273,14 @@
position: relative; position: relative;
" "
> >
<span <!-- <span
style=" style="
margin-top: 20px; margin-top: 20px;
float: left; float: left;
margin-left: 5%; margin-left: 5%;
margin-top: 7%; margin-top: 7%;
" "
>成绩评价</span> >成绩评价</span>-->
<div style="position: absolute; left: 25%; top: 40%">{{ item.scoreDictValue }}</div> <div style="position: absolute; left: 25%; top: 40%">{{ item.scoreDictValue }}</div>
</el-col> </el-col>
<el-col <el-col