update
This commit is contained in:
parent
63f1b3dc8a
commit
d1cd46087a
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ant-design-pro",
|
||||
"version": "4.5.131",
|
||||
"version": "4.5.133",
|
||||
"private": true,
|
||||
"description": "An out-of-box UI solution for enterprise applications",
|
||||
"scripts": {
|
||||
|
||||
@ -109,7 +109,8 @@ const MallOrderManage: React.FC<{ currentUser: CurrentUser, isComponent?: boolea
|
||||
}
|
||||
},
|
||||
// initialValue: [moment().add(-1, 'M').format('YYYY-MM-DD'), moment().format('YYYY-MM-DD')],
|
||||
initialValue: [moment().subtract(1, 'M').startOf('M'), moment()],
|
||||
// 2026-01-26 朱老师说的 上个月底前一天
|
||||
initialValue: [moment().subtract(1, 'M').endOf('M').subtract(1, 'd'), moment().endOf('M')],
|
||||
},
|
||||
{
|
||||
title: "订单状态",
|
||||
|
||||
@ -101,7 +101,7 @@ const TradingLedger: React.FC<{ currentUser: CurrentUser }> = (props) => {
|
||||
}
|
||||
},
|
||||
// initialValue: [moment().subtract(1, 'M').format('YYYY-MM-DD'), moment().format('YYYY-MM-DD')],
|
||||
initialValue: [moment().startOf('M'), moment()],
|
||||
initialValue: [moment().subtract(1, 'M').endOf('M').subtract(1, 'd'), moment().endOf('M')],
|
||||
},
|
||||
{
|
||||
title: "订单状态",
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// 由 scripts/writeVersion.js 自动生成
|
||||
export const VERSION = "4.5.131";
|
||||
export const GIT_HASH = "83cb30f";
|
||||
export const BUILD_TIME = "2026-01-26T10:28:52.569Z";
|
||||
export const VERSION = "4.5.133";
|
||||
export const GIT_HASH = "63f1b3d";
|
||||
export const BUILD_TIME = "2026-01-26T10:46:55.942Z";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user