From b123f0fa2ffa214b2820bcfeee1255c93d6921ff Mon Sep 17 00:00:00 2001 From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com> Date: Thu, 9 May 2024 19:54:25 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E5=88=86=E6=AE=B5=E5=89=8D=E7=AB=AF=E6=87=92=E5=8A=A0=E8=BD=BD?= =?UTF-8?q?=20(#406)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/dataset/component/ParagraphList.vue | 93 ++++++++++++++ .../dataset/component/ParagraphPreview.vue | 119 ++---------------- 2 files changed, 106 insertions(+), 106 deletions(-) create mode 100644 ui/src/views/dataset/component/ParagraphList.vue 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 @@ + + + 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 @@