From c6092358d89d13764ad3d9a08b78b419a5d1a812 Mon Sep 17 00:00:00 2001 From: wangxiaoshuang <825034831@qq.com> Date: Wed, 19 Jun 2024 15:25:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=AE=B0=E5=BD=95=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/log/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/views/system/log/index.vue b/src/views/system/log/index.vue index e458e84d..6c8ae0a6 100644 --- a/src/views/system/log/index.vue +++ b/src/views/system/log/index.vue @@ -48,6 +48,7 @@ :data="list" class="table" @sort-change="handleSortByColumn" + :default-sort="{prop:'PublishTime',order:'descending'}" > { return { Version: null, UpdateContent: null, - Asc: true, - SortField: '', + Asc: false, + SortField: 'PublishTime', PageIndex: 1, PageSize: 20 }