Selaa lähdekoodia

更新前端代码

Kevin Jiang 2 vuotta sitten
vanhempi
commit
269dcbd97c
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/views/reportTemplate/ReportTemplateEditorView.vue

+ 1 - 0
src/views/reportTemplate/ReportTemplateEditorView.vue

@@ -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"