瀏覽代碼

增加商品属性定义

abiao 5 年之前
父節點
當前提交
66d4b57eba
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      app/models/product_attr.rb
  2. 1 1
      app/models/product_attr_config.rb
  3. 1 1
      app/models/product_attr_key.rb

+ 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