打分去掉总分

This commit is contained in:
joylink_zhaoerwei 2024-03-04 14:42:09 +08:00
parent 899df2a574
commit aaa0c83514

View File

@ -13,7 +13,6 @@
<span slot-scope="{ node, data }" class="custom-tree-node">
<span>{{ node.label }}</span>
<div style="display: flex; justify-content: space-between;">
<div style="width:80px;"> 总分:{{ data.fullscore }} </div>
<div style="width:80px;">得分:{{ data.score }}</div>
</div>
</span>