mirror of https://gitee.com/karson/fastadmin.git
update application/admin/view/general/config/index.html.
修改自定义类型的显示字段名extend为extend_htmlpull/214/head
parent
5e908498bd
commit
b6aaaeaebe
|
|
@ -137,7 +137,7 @@
|
||||||
<label for="row[{$item.name}]-no"><input id="row[{$item.name}]-no" name="row[{$item.name}]" type="radio" value="0" {$item.value?'':'checked'} data-tip="{$item.tip}" /> {:__('No')}</label>
|
<label for="row[{$item.name}]-no"><input id="row[{$item.name}]-no" name="row[{$item.name}]" type="radio" value="0" {$item.value?'':'checked'} data-tip="{$item.tip}" /> {:__('No')}</label>
|
||||||
{/case}
|
{/case}
|
||||||
{case custom}
|
{case custom}
|
||||||
{$item.extend}
|
{$item.extend_html}
|
||||||
{/case}
|
{/case}
|
||||||
{/switch}
|
{/switch}
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue