diff --git a/app/views/organizations/_subfield_list.html.erb b/app/views/organizations/_subfield_list.html.erb index d907ac33e..e86ef5dae 100644 --- a/app/views/organizations/_subfield_list.html.erb +++ b/app/views/organizations/_subfield_list.html.erb @@ -2,6 +2,7 @@
  • 顺序
  • 已有栏目
  • 状态
  • +
  • 排列
  • 类型
  • 域名目录
  • @@ -21,6 +22,9 @@
  • <%= name %>
  • 默认
  • +
  • + 相关 +
  • 默认
  • <%= field.hide==0?"设为隐藏":"设为可见" %>
    @@ -42,6 +46,10 @@
  • 新增
  • +
  • + + 相关 +
  • <%= field.field_type == "Post" ? "帖子" : "资源" %>