浏览代码

增加提成比例

abiao 3 年之前
父节点
当前提交
8cd9b2ef98
共有 1 个文件被更改,包括 3 次插入1 次删除
  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