{$dataInfo['title']}配置
{volist name="dataInfo['config']" id="v"} {switch name="v['type']"} {case value="textarea"}
{$v['title']}
{$v['value']}
{$v['tips']}
{/case} {case value="array"}
{$v['title']}
{$v['value']}
{$v['tips']}
{/case} {case value="switch"}
{$v['title']}
{$v['tips']}
{/case} {case value="select"}
{$v['title']}
{volist name="v['options']" id="vv"}
{$vv}
{/volist}
{$v['tips']}
{/case} {case value="radio"}
{$v['title']}
{foreach name="v['options']" id="vv" key="kk"}
{/foreach}
{$v['tips']|raw}
{/case} {case value="checkbox"}
{$v['title']}
{foreach name="v['options']" id="vv" key="kk"}
{/foreach}
{$v['tips']|raw}
{/case} {case value="date"}
{$v['title']}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="datetime"}
{$v['title']}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="image"}
{$v['title']}
请上传{$v['title']}
{if condition="$v['value']"}
{else /}
{/if}
{$v['tips']|raw}
{/case} {case value="file"}
{$v['title']}
请上传{$v['title']}
{$v['tips']|raw}
{/case} {case value="hidden"}
{/case} {default /}
{$v['title']}
{$v['tips']|raw}
{/switch} {/volist}
提交
返回
{include file="system@block/layui" /}