From 9c8ed912bb30bcc7fce29ead6a42d9fb44ef9e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Mon, 13 Mar 2023 17:25:15 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=B4=A6=E5=8F=B7=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=8C=89=E7=85=A7=E6=9B=B4=E6=96=B0=E6=97=A5?= =?UTF-8?q?=E6=9C=9F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AccountListTable/AccountList.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/AccountListTable/AccountList.vue b/src/components/AccountListTable/AccountList.vue index 24b6516ca..d6e833c64 100644 --- a/src/components/AccountListTable/AccountList.vue +++ b/src/components/AccountListTable/AccountList.vue @@ -106,6 +106,9 @@ export default { app: 'assets', resource: 'account' }, + extraQuery: { + order: '-date_updated' + }, columnsExclude: ['spec_info'], columns: [ 'name', 'username', 'asset', 'privileged',