| 名称 | 类型 | 可见 | 排序 | |
|---|---|---|---|---|
| {$d.name} | {if $d.type == 'select'} 单选列表 {elseif $d.type == 'multiple'} 多选列表(不建议) {elseif $d.type == 'check'} 多选框 {elseif $d.type == 'radio'} 单选钮 {else} 手动输入 {/if} |
{if $d.visible == 'true'}
|
|
{if $d.type != 'input'}
{/if} |