소스 검색

add store records function

abiao 5 년 전
부모
커밋
da5a35707e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/models/store_record.rb

+ 1 - 0
app/models/store_record.rb

@@ -15,6 +15,7 @@ class StoreRecord < ActiveRecord::Base
       field :no
       field :product
       field :product_id do
+        visible false
         filterable true
       end
       field :order_type, :enum do