提交 4794cfc7 编写于 作者: hudan's avatar hudan

补充日历部件模型数据

上级 0389860b
......@@ -80,6 +80,48 @@ ${P.getCtrlCode('searchform', 'MODEL_CONTENT.ts').code}
name:'end',
prop:'${calendarItem.getEndTimePSDEField().getCodeName()?lower_case}'
},
<#if calendarItem.getIconPSDEField?? && calendarItem.getIconPSDEField()??>
{
name:'srficon',
prop:'${calendarItem.getIconPSDEField().getCodeName()?lower_case}'
},
</#if>
<#if calendarItem.getContentPSDEField?? && calendarItem.getContentPSDEField()??>
{
name:'srfdescription',
prop:'${calendarItem.getContentPSDEField().getCodeName()?lower_case}'
},
</#if>
<#if calendarItem.getIdPSDEField?? && calendarItem.getIdPSDEField()??>
{
name:'srfkey',
prop:'${calendarItem.getIdPSDEField().getCodeName()?lower_case}'
},
</#if>
<#if calendarItem.getTextPSDEField?? && calendarItem.getTextPSDEField()??>
{
name:'srftext',
prop:'${calendarItem.getTextPSDEField().getCodeName()?lower_case}'
},
</#if>
<#if calendarItem.getTipsPSDEField?? && calendarItem.getTipsPSDEField()??>
{
name:'srftips',
prop:'${calendarItem.getTipsPSDEField().getCodeName()?lower_case}'
},
</#if>
<#if calendarItem.getColorPSDEField?? && calendarItem.getColorPSDEField()??>
{
name:'srfcolor',
prop:'${calendarItem.getColorPSDEField().getCodeName()?lower_case}'
},
</#if>
<#if calendarItem.getBKColorPSDEField?? && calendarItem.getBKColorPSDEField()??>
{
name:'srfbkcolor',
prop:'${calendarItem.getBKColorPSDEField().getCodeName()?lower_case}'
},
</#if>
];
break;
</#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册