Procházet zdrojové kódy

增加商品属性定义

abiao před 5 roky
rodič
revize
66d4b57eba

+ 1 - 1
app/models/product_attr.rb

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

+ 1 - 1
app/models/product_attr_config.rb

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

+ 1 - 1
app/models/product_attr_key.rb

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