Explorar el Código

编辑元素修改

duy hace 1 mes
padre
commit
873b763977
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/manager/projectinfo/editElement/editElement.vue

+ 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>