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();
},