Browse Source

update application/admin/view/general/config/index.html.
修改自定义类型的显示字段名extend为extend_html

twhmr 5 years ago
parent
commit
b6aaaeaebe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/admin/view/general/config/index.html

+ 1 - 1
application/admin/view/general/config/index.html

@@ -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>