ソースを参照

user perfomance function

abiao 5 年 前
コミット
0fb270425d
共有1 個のファイルを変更した3 個の追加1 個の削除を含む
  1. 3 1
      app/models/user_perfomance.rb

+ 3 - 1
app/models/user_perfomance.rb

@@ -40,7 +40,9 @@ class UserPerfomance < ActiveRecord::Base
       field :id
       field :begin_date_fomat
       field :end_date_fomat
-      field :wx_user_id
+      field :wx_user_id do
+        filterable true
+      end
       field :nickname
       field :begin_date
       field :end_date