This commit is contained in:
2023-07-20 15:18:59 +08:00
parent 5f90d414b6
commit 6859d13953

View File

@ -531,7 +531,7 @@
</div>
</div>
</el-card>
</el-col> -->
</el-col>-->
<el-col :span="12" class="card-box" style="height: 370px">
<el-card>
<div slot="header" style="text-align: center">
@ -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 }}
</el-col>
@ -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 }})
</span>
<!-- <span style="position: absolute; left: 6%; top: 70%">评价</span> -->
@ -929,14 +929,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