update application/admin/view/general/config/index.html.

修改自定义类型的显示字段名extend为extend_html
pull/214/head
twhmr 2020-07-31 10:47:58 +08:00 committed by Gitee
parent 5e908498bd
commit b6aaaeaebe
1 changed files with 1 additions and 1 deletions

View File

@ -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>
{/case}
{case custom}
{$item.extend}
{$item.extend_html}
{/case}
{/switch}
</div>