Browse Source

user perfomance function

abiao 5 years ago
parent
commit
63a06b06eb
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/models/user_perfomance.rb

+ 1 - 2
app/models/user_perfomance.rb

@@ -35,9 +35,8 @@ class UserPerfomance < ActiveRecord::Base
   rails_admin do
     navigation_label '统计汇总'
     weight -500
-    parent Order
     list do
-      filters [:state,:is_send]
+      filters [:wx_user_id,:begin_date,:end_date]
       field :id
       field :begin_date_fomat
       field :end_date_fomat