Преглед на файлове

add store records function

abiao преди 5 години
родител
ревизия
62c9f41ce0
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      app/models/store_record.rb

+ 2 - 2
app/models/store_record.rb

@@ -18,7 +18,7 @@ class StoreRecord < ActiveRecord::Base
       end
       field :product
       field :product_id do
-        # visible false
+        visible false
         filterable true
       end
       field :order_type, :enum do
@@ -70,7 +70,7 @@ class StoreRecord < ActiveRecord::Base
       field :nums
       field :operator
       field :remark
-      field :created_at
+        # field :created_at
     end
   end
 end