浏览代码

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