소스 검색

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