This commit is contained in:
ylj20011123 2026-03-06 12:00:44 +08:00
parent f651d3c91b
commit eca06102e3
3 changed files with 6 additions and 5 deletions

View File

@ -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": {

View File

@ -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

View File

@ -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";