소스 검색

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