Explorar el Código

增加提成比例

abiao hace 3 años
padre
commit
8cd9b2ef98
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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