Explorar el Código

user perfomance function

abiao hace 5 años
padre
commit
0fb270425d
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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