From 2feb51adf752c66b29843ce57b2a00fe22938e4d Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Thu, 7 Dec 2023 19:43:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/documents/List.vue | 41 ++++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 18 deletions(-) diff --git a/src/views/documents/List.vue b/src/views/documents/List.vue index 4ddf434..ea5dd13 100644 --- a/src/views/documents/List.vue +++ b/src/views/documents/List.vue @@ -13,25 +13,32 @@
+ 创建 + - - - {{ document.Title }} - {{ - document.Chunked ? "分块的文档" : "还没有处理" - }} - - {{ new Date(document.CreatedAt).toLocaleString() }} - - {{ document.content }} - - 详情 - 编辑 - - + + + {{ document.Title }} + {{ + document.Chunked ? "分块的文档" : "还没有处理" + }} + + {{ new Date(document.CreatedAt).toLocaleString() }} + + {{ document.content }} + + 详情 + 编辑 + + -
@@ -54,8 +61,6 @@
- - 创建