merge lll-bug-fix into master

邀请通知更新

Created-by: LovableCat
Commit-by: LovableCat
Merged-by: LovableCat
Description: 邀请通知更新

See merge request: hk_openRepo/OpenRepo_Portal!47
This commit is contained in:
LovableCat
2025-03-19 14:31:18 +08:00

View File

@@ -74,7 +74,7 @@ const queryInviteListData = async () => {
noticeTableData.value = data.data.data.data.map(item => {
return {
...item,
content: `现诚邀您加入组织【${item.name}】。`,
content: `尊敬的用户,您好!为更好地整合资源、协同开发,现诚邀您加入组织【${item.name}】。`,
createTime: dayjs(item.createTime).format('YYYY-MM-DD HH:mm:ss'),
}
});