提交 3c714e1c 编写于 作者: Shine-zwj's avatar Shine-zwj

update

上级 e74ebde0
......@@ -35,20 +35,20 @@ ${ctrl.render.code}
<el-card @click.native="onEventClick(item,true,$event)" :class="item.className">
<#if ctrl.getPSSysCalendarItems()?? >
<#list ctrl.getPSSysCalendarItems() as calendarItem>
<div v<#if calendarItem_index != 0>-else</#if>-if="<#if calendarItem.getPSLayoutPanel()??>true<#else>false</#if> && item.itemType == '${calendarItem.getItemType()}'">
<#if calendarItem.getPSLayoutPanel()??>
<#assign panel = calendarItem.getPSLayoutPanel()>
<div v-if="item.itemPanel && item.itemType == '${calendarItem.getItemType()}' ? true : false">
<@ibizindent blank=21>
<@ibizindent blank=16>
${P.getCtrlCode(panel, 'CONTROL.html').code}
</@ibizindent>
</div>
</#if>
</div>
</#list>
</#if>
<div v-if="!item.itemPanel">
<div v-else>
<h4>{{item.title}}</h4>
<p>{{$t('app.calendar.from')}} {{item.start}} {{$t('app.calendar.to')}} {{item.end}}</p>
</div>
</div>
</#if>
</el-card>
</context-menu>
</el-timeline-item>
......
......@@ -50,7 +50,6 @@ import ${srfclassname('${_appde.getCodeName()}')}Service from '@/service/${srffi
itemType : '${calendarItem.getItemType()}',
color : '${calendarItem.getBKColor()}',
textColor : '${calendarItem.getColor()}',
itemPanel : <#if calendarItem.getPSLayoutPanel()??>true<#else>false</#if>,
},
</#list>
</#if>
......@@ -100,7 +99,6 @@ import ${srfclassname('${_appde.getCodeName()}')}Service from '@/service/${srffi
_response.data[index].color = _this.eventsConfig[resIndex].color;
_response.data[index].textColor = _this.eventsConfig[resIndex].textColor;
_response.data[index].itemType = _this.eventsConfig[resIndex].itemType;
_response.data[index].itemPanel = _this.eventsConfig[resIndex].itemPanel;
});
;
_this.handleResponse(action, _response,false,_this.eventsConfig[resIndex].itemType);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册