【{$formData['title']}】配置
{volist name="formData['config']" id="v"} {switch name="v['type']"} {case value="textarea"}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="array"}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="switch"}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="select"}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="radio"}
{volist name="v['options']" id="vv"} {/volist}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="checkbox"}
{volist name="v['options']" id="vv"} {/volist}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="date"}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="datetime"}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="image"}
{if condition="$v['value']"} {else /} {/if}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="file"}
{:htmlspecialchars_decode($v['tips'])}
{/case} {case value="hidden"} {/case} {default /}
{:htmlspecialchars_decode($v['tips'])}
{/switch} {/volist}
返回
{include file="block/layui" /}