@@ -7,7 +7,8 @@ class ProductAttr < ActiveRecord::Base
rails_admin do
navigation_label '商品管理'
- weight -230
+ weight -250
+ parent ProductAttrKey
nestable_tree({
position_field: :position,
max_depth: 2
@@ -7,7 +7,8 @@ class ProductAttrConfig < ActiveRecord::Base
@@ -6,7 +6,7 @@ class ProductAttrKey < ActiveRecord::Base