调整优化

This commit is contained in:
吴方海
2025-05-30 17:48:36 +08:00
parent c6e863e622
commit ee3321bc36
3 changed files with 2 additions and 2 deletions
@@ -492,7 +492,7 @@ namespace YLErp.Modules.SwapModule
};
if (string.IsNullOrEmpty(req.sidx))
{
req.sidx = "SwapTradeNo,FlowEvent.id";
req.sidx = "FlowEvent.EventDate,SwapTradeNo";
req.sord = "asc";
}
var retListResult = query.ToSearchList(req);
@@ -163,7 +163,7 @@ var colModelGrid = [
sortable: false
}, {
name: 'ConfrimNo',
label: '合约编号',
label: '确认书编号',
index: 'ConfrimNo',
sortIndex: i++,
width: 180,