浏览代码

user perfomance function

abiao 5 年之前
父节点
当前提交
8771914a3e
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      app/models/user_perfomance.rb

+ 8 - 0
app/models/user_perfomance.rb

@@ -38,6 +38,14 @@ class UserPerfomance < ActiveRecord::Base
     list do
       filters [:wx_user_id,:begin_date,:end_date]
       field :id
+      field :begin_date do
+        visible false
+        filterable true
+      end
+      field :end_date do
+        visible false
+        filterable true
+      end
       field :begin_date_fomat
       field :end_date_fomat
       field :wx_user_id do