@@ -30,7 +30,7 @@
<div class="martop20">
<div style="font-weight: bold;">选中的元素</div>
<div class="check_box">
- <span v-for="(item,index) in checkList" :key="index" style="margin-right: 4px;">{{ item.name }}</span>
+ <span v-for="(item,index) in checkList" :key="index" style="margin-right: 4px;">{{ '【'+item.name+'】' }}</span>
</div>