From 7d4e71a8e26e47ea809d1f9d25da9c2fa2ad6209 Mon Sep 17 00:00:00 2001 From: ndbs Date: Mon, 11 Nov 2024 10:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=B5=84=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EducationalAdministration/Views/WageSchedule/IndexMy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/IndexMy.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/IndexMy.js index 2b9db368f..ddd1a24dc 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/IndexMy.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/WageSchedule/IndexMy.js @@ -109,7 +109,7 @@ var bootstrap = function ($, learun) { mainId: 'Id', isPage: true, rows: 300, - sidx: 'CreateTime', + sidx: 'IssueYear desc, IssueMonth desc', }); page.search(); },