@@ -161,6 +161,7 @@ onMounted(() => {
<div class="chapter-wrap" v-if="reportTemplate">
<ChapterEditor
v-for="(item, index) in chapterManager.getChapters()"
+ :title="''"
:key="index"
:data="item"
:contentEditorVisible="false"