|
@@ -99,8 +99,8 @@
|
|
|
</content-edit>
|
|
|
</template>
|
|
|
<div class="bk-section">
|
|
|
- <span @click="handleAddTextInfo(index, 1)">+一级目录</span>
|
|
|
- <span @click="handleAddTextInfo(index, 2)">+二级目录</span>
|
|
|
+ <span @click="handleAddTextInfo(index, 1)">+一级标题</span>
|
|
|
+ <span @click="handleAddTextInfo(index, 2)">+二级标题</span>
|
|
|
<span @click="handleAddTextInfo(index, 3)">+内容</span>
|
|
|
<span class="delete" @click="handleRemoveTextInfo(index)" v-if="formData.textInfoList.length > 3">删除</span>
|
|
|
</div>
|