From a4869f7a8b96ed7fbf9a4d19987db69e467cd066 Mon Sep 17 00:00:00 2001 From: xielue Date: Fri, 15 Sep 2023 20:49:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/application/mk/config/index.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/application/mk/config/index.js b/src/application/mk/config/index.js index 46d06cf..16cc499 100644 --- a/src/application/mk/config/index.js +++ b/src/application/mk/config/index.js @@ -28,6 +28,10 @@ export default { }, // 排序配置 sortConfig: { + defaultSort:{ + field:'create_time', + order:'desc' + }, trigger: 'cell', // 触发排序的方式 remote: true // 是否远程排序 },