增 查 完成

This commit is contained in:
2026-04-02 21:29:53 +08:00
parent 032d9bf383
commit 570924b5d6
2 changed files with 30 additions and 5 deletions
@@ -388,7 +388,9 @@ const getEvents = () => {
start: item.StartDate, // 开始日期
end: DateUtils.toCalendarEnd(item.EndDate), // 结束日期
backgroundColor: item.BgColor, // 背景色
borderColor: item.BgColor, // 边框色(一般和背景一样)
allDay: true, // 全天事件
editable:item.edit,
});
});