浏览代码

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

twhmr 5 年之前
父节点
当前提交
b6aaaeaebe
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>