Browse Source

增加提成比例

abiao 3 years ago
parent
commit
8cd9b2ef98
1 changed files with 3 additions and 1 deletions
  1. 3 1
      app/models/wx_user.rb

+ 3 - 1
app/models/wx_user.rb

@@ -286,7 +286,9 @@ class WxUser < ActiveRecord::Base
           "#{value}%"
         end
       end
-      field :tc_area
+      field :tc_area do
+        label "多个区域请用用逗号隔开)"
+      end
     end
 
     export do