diff --git a/ui/src/views/system-resource-management/ApplicationResourceIndex.vue b/ui/src/views/system-resource-management/ApplicationResourceIndex.vue index e7f99d26f..aa78872bc 100644 --- a/ui/src/views/system-resource-management/ApplicationResourceIndex.vue +++ b/ui/src/views/system-resource-management/ApplicationResourceIndex.vue @@ -257,7 +257,7 @@ const changeStateloading = ref(false) const applicationList = ref([]) const paginationConfig = reactive({ current_page: 1, - page_size: 30, + page_size: 20, total: 0, }) const workspaceOptions = ref([]) diff --git a/ui/src/views/system-resource-management/KnowledgeResourceIndex.vue b/ui/src/views/system-resource-management/KnowledgeResourceIndex.vue index ac8245b8e..29aa306a6 100644 --- a/ui/src/views/system-resource-management/KnowledgeResourceIndex.vue +++ b/ui/src/views/system-resource-management/KnowledgeResourceIndex.vue @@ -165,7 +165,7 @@ const loading = ref(false) const knowledgeList = ref([]) const paginationConfig = reactive({ current_page: 1, - page_size: 30, + page_size: 20, total: 0, }) const workspaceOptions = ref([]) diff --git a/ui/src/views/system-resource-management/ModelResourceIndex.vue b/ui/src/views/system-resource-management/ModelResourceIndex.vue index 600d127bc..76785fcb2 100644 --- a/ui/src/views/system-resource-management/ModelResourceIndex.vue +++ b/ui/src/views/system-resource-management/ModelResourceIndex.vue @@ -198,7 +198,7 @@ const provider_list = ref>([]) const paginationConfig = reactive({ current_page: 1, - page_size: 30, + page_size: 20, total: 0, }) diff --git a/ui/src/views/system-resource-management/ToolResourceIndex.vue b/ui/src/views/system-resource-management/ToolResourceIndex.vue index c771b3614..8e46ac64a 100644 --- a/ui/src/views/system-resource-management/ToolResourceIndex.vue +++ b/ui/src/views/system-resource-management/ToolResourceIndex.vue @@ -187,7 +187,7 @@ const changeStateloading = ref(false) const toolList = ref([]) const paginationConfig = reactive({ current_page: 1, - page_size: 30, + page_size: 20, total: 0, }) const workspaceOptions = ref([])