From db36cd5bc4a188551f5fcd137f39298bfb0d3b20 Mon Sep 17 00:00:00 2001 From: ndbs Date: Fri, 2 Dec 2022 17:29:11 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=8F=E8=B4=B9=E5=BC=80=E6=94=AF+=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Areas/AssetManagementSystem/Views/FundsApply/Index.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/FundsApply/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/FundsApply/Index.js index 5d431a34c..90f3fa408 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/FundsApply/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/AssetManagementSystem/Views/FundsApply/Index.js @@ -203,15 +203,18 @@ var bootstrap = function ($, learun) { return '审批中'; } else if (cellvalue === 2) { return '审批通过'; - } else { + } else if (cellvalue === 0){ return '草稿'; + } else { + return "作废"; } } } ], mainId: 'Id', - isPage: true + isPage: true, + sidx: 'ApplyTime desc, Status desc' }); //page.search(); },