From aa4a834c85ab39a3c7b666c5919887f6419b24b5 Mon Sep 17 00:00:00 2001
From: shaohuzhang1 <80892890+shaohuzhang1@users.noreply.github.com>
Date: Fri, 28 Feb 2025 17:56:12 +0800
Subject: [PATCH] fix: Document name sorting (#2448)
---
ui/src/views/document/index.vue | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/ui/src/views/document/index.vue b/ui/src/views/document/index.vue
index 3b3b712d..626282f3 100644
--- a/ui/src/views/document/index.vue
+++ b/ui/src/views/document/index.vue
@@ -64,12 +64,7 @@
:storeKey="storeKey"
>
-
+
-
+
{{ datetimeFormat(row.create_time) }}
@@ -829,7 +819,7 @@ function getList(bool?: boolean) {
const param = {
...(filterText.value && { name: filterText.value }),
...filterMethod.value,
- order_by: orderBy.value,
+ order_by: orderBy.value
}
documentApi
.getDocument(id as string, paginationConfig.value, param, bool ? undefined : loading)