浏览代码

user perfomance function

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

+ 2 - 9
app/models/user_perfomance.rb

@@ -36,16 +36,9 @@ class UserPerfomance < ActiveRecord::Base
     navigation_label '统计汇总'
     weight -500
     list do
-      filters [:wx_user_id,:begin_date,:end_date]
+      filters [:wx_user_id]
       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