This commit is contained in:
fan 2024-03-05 13:38:12 +08:00
commit bdec361003

View File

@ -13,7 +13,7 @@
<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.score }}</div>
<div v-if="data.sceneid" style="width:80px;">得分:{{ data.score }}</div>
</div>
</span>
</el-tree>