提交 9ef13d6e 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--表格视图搜索--fix1

上级 005886a6
......@@ -12,10 +12,11 @@
<#macro getQuickSearchPlaceholder view>
请输入<#t>
<#assign isdrawcComma = false>
<#if view.getPSDataEntity?? && view.getPSDataEntity()?? && view.getPSDataEntity().getAllPSDEFields?? && view.getPSDataEntity().getAllPSDEFields()??>
<#list view.getPSDataEntity().getAllPSDEFields() as field>
<#if field.isEnableQuickSearch()>
<#if field_index != 0>,</#if><#t>
<#if isdrawcComma>,<#else> <#assign isdrawcComma = true> </#if><#t>
${field.getLogicName()}<#t>
</#if>
</#list>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册