diff --git a/packages/2.0.5/AppForm/components/Add.vue b/packages/2.0.5/AppForm/components/Add.vue index 0eb1be6f..2386d43b 100644 --- a/packages/2.0.5/AppForm/components/Add.vue +++ b/packages/2.0.5/AppForm/components/Add.vue @@ -16,7 +16,7 @@ - + @@ -58,10 +59,13 @@ class="components-item" v-for="(item, i) in group.column" :style="{width: item.grid * 100 + '%'}" - :class="[groupIndex === j && activeIndex === i ? 'active' : '']" + :class="{ + 'components-filter': item.isInit === '1', + 'active': groupIndex === j && activeIndex === i + }" @click.stop="groupIndex = j, activeIndex = i, isGroup = false" :key="i"> -
+
删除字段
@@ -69,6 +73,16 @@ + +