diff --git a/ui/src/views/dataset/component/ParagraphList.vue b/ui/src/views/dataset/component/ParagraphList.vue new file mode 100644 index 000000000..ff589fc52 --- /dev/null +++ b/ui/src/views/dataset/component/ParagraphList.vue @@ -0,0 +1,93 @@ + + + + + + {{ child.title || '-' }} + + + + + + + + + + + + + {{ child.content }} + + + {{ child.content.length }} 个字符 + + + + + + + + + diff --git a/ui/src/views/dataset/component/ParagraphPreview.vue b/ui/src/views/dataset/component/ParagraphPreview.vue index 4191c792f..d11dabebd 100644 --- a/ui/src/views/dataset/component/ParagraphPreview.vue +++ b/ui/src/views/dataset/component/ParagraphPreview.vue @@ -1,5 +1,5 @@ - + @@ -8,55 +8,22 @@ {{ item?.name }} - - - {{ item.content.length }} 段落 - - - - - {{ child.title || '-' }} - - - - - - - - - - - - - {{ child.content }} - - - {{ child.content.length }} 个字符 - - - - + + {{ item.content.length }} 段落 + + + + + + -