<%
var searchCount = 0;
var row = 0;
%>
<% for(var i = 0; i < configList.~size; i++) { %>
<% if(!configList[i].needTableId && configList[i].needPage) { searchCount ++; }%>
<% } %>
<% if (searchCount > 0) { %>
<% for(var i = 0; i < configList.~size; i++) { %>
<% if(!configList[i].needTableId && configList[i].needPage) { row ++; %>
<% if(row <= 3) { %>
<% if(configList[i].effectType == 'input' || configList[i].effectType == 'textarea') { %>
<% } else if (configList[i].effectType == 'select' || configList[i].effectType == 'radio' || configList[i].effectType == 'checkbox') {%>
<% } else if (configList[i].effectType == 'inputNumber' || configList[i].effectType == 'slider') {%>
<% } else if (configList[i].effectType == 'datepicker') {%>
<% } else {%>
<% } %>
<% } else { %>
<% if(configList[i].effectType == 'input' || configList[i].effectType == 'textarea') { %>
<% } else if (configList[i].effectType == 'select' || configList[i].effectType == 'radio' || configList[i].effectType == 'checkbox') {%>
<% } else if (configList[i].effectType == 'inputNumber' || configList[i].effectType == 'slider') {%>
<% } else if (configList[i].effectType == 'datepicker') {%>
<% } else {%>
<% } %>
<% } %>
<% } %>
<% } %>
查询
searchFormRef.resetFields()">重置
<% if(searchCount > 3) { %>
{{ advanced ? '收起' : '展开' }}
<% }%>
<% } %>
<% if(configList[i].needTableId) { %>
:row-key="(record) => record.${configList[i].fieldNameCamelCase}"
<% } %>
<% } %>
:tool-config="toolConfig"
:row-selection="options.rowSelection"
>
新增
删除
<% for(var i = 0; i < configList.~size; i++) { %>
<% if(!configList[i].needTableId && configList[i].whetherTable) { %>
<% if (configList[i].effectType == 'select' || configList[i].effectType == 'radio') { %>
{{ $TOOL.dictTypeData('${configList[i].dictTypeCode}', record.${configList[i].fieldNameCamelCase}) }}
<% } else if (configList[i].effectType == 'checkbox') { %>
{{ $TOOL.dictTypeData('${configList[i].dictTypeCode}', textValue) }}
<% } %>
<% } %>
<% } %>
编辑
删除