duy 1 mesiac pred
rodič
commit
873b763977

+ 1 - 1
src/views/manager/projectinfo/editElement/editElement.vue

@@ -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>
             </div>