update
This commit is contained in:
parent
f651d3c91b
commit
eca06102e3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ant-design-pro",
|
||||
"version": "4.5.85",
|
||||
"version": "4.5.86",
|
||||
"private": true,
|
||||
"description": "An out-of-box UI solution for enterprise applications",
|
||||
"scripts": {
|
||||
|
||||
@ -199,7 +199,8 @@ const ShareBenefit: React.FC<{ props: BusinessProjectModel, showEdit?: boolean,
|
||||
</a >
|
||||
|
||||
{
|
||||
new Date(record?.STARTDATE).getTime() < new Date().getTime() && record.showAgainBtn ?
|
||||
|
||||
(new Date(record?.STARTDATE).getTime() < new Date().getTime() && record.showAgainBtn) || record?.SHOPROYALTY_ID > 0 ?
|
||||
<Space>
|
||||
|
||||
<a
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
// 由 scripts/writeVersion.js 自动生成
|
||||
export const VERSION = "4.5.85";
|
||||
export const GIT_HASH = "932138e";
|
||||
export const BUILD_TIME = "2026-02-28T10:44:14.639Z";
|
||||
export const VERSION = "4.5.86";
|
||||
export const GIT_HASH = "f651d3c";
|
||||
export const BUILD_TIME = "2026-02-28T11:13:46.167Z";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user