From 73c7291507e77a702e3dd8aed473d69205402c8a Mon Sep 17 00:00:00 2001 From: shaohuzhang1 Date: Thu, 9 May 2024 19:53:12 +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?= 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 00000000000..ff589fc522d --- /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 4191c792f7e..d11dabebd1f 100644 --- a/ui/src/views/dataset/component/ParagraphPreview.vue +++ b/ui/src/views/dataset/component/ParagraphPreview.vue @@ -1,5 +1,5 @@