File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 113113 <div v-loading =" loading" >
114114 <h4 class =" title-decoration-1 mb-8" >{{ $t('views.document.setRules.title.preview') }}</h4 >
115115
116- <ParagraphPreview v-model :data =" paragraphList " :isConnect =" checkedConnect " :knowledge-id =" id " />
116+ <ParagraphPreview
117+ v-model :data =" paragraphList "
118+ :isConnect =" checkedConnect "
119+ :knowledge-id =" id "
120+ />
117121 </div >
118122 </el-col >
119123 </el-row >
@@ -132,7 +136,7 @@ const documentsFiles = computed(() => knowledge.documentsFiles)
132136const splitPatternList = ref <Array <KeyValue <string , string >>>([])
133137const route = useRoute ()
134138const {
135- query : { id}, // id为knowledgeID
139+ query : { id }, // id为knowledgeID
136140} = route as any
137141
138142const apiType = computed (() => {
Original file line number Diff line number Diff line change 3737 <span >{{ child.title || '-' }}</span >
3838 </div >
3939 <div class =" lighter mt-12" >
40- {{ child.content }}
4140 <MdPreview
4241 ref="editorRef"
4342 editorId="preview-only"
You can’t perform that action at this time.
0 commit comments