You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tujiajun
changed the title
[Bug]: 对象日历控件设置config中的eventContent属性后,操作其他值或刷新时会自动隐藏
[Bug]: 设计器中对象日历控件设置config中的eventContent属性后,操作其他值或刷新时会自动隐藏
Mar 28, 2023
Is there an existing issue for this? 是否已有相关Issue?
日历组件添加支持list模式 日历组件添加支持list模式 #306
Description
Steps To Reproduce 重现步骤
1.拖入对象日历组件
2.添加
"config": {
"eventContent": "if(arg.view.type === 'listWeek'){return { html: '<span style="width: 50%">'+arg.event._def.extendedProps.title+'<span style="width: 20%">'+arg.event._def.extendedProps.site+'<span style="width: 30%">'+arg.event._def.extendedProps.participation+''}};",
"id": "u:8cbd94fa998c"
}
并保存
3.接着随意操作其他属性或刷新
Version 版本
2.4.6
The text was updated successfully, but these errors were encountered: