浏览代码

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