Showing
1 changed file
with
2 additions
and
1 deletions
@@ -37,7 +37,8 @@ | @@ -37,7 +37,8 @@ | ||
37 | <div class="form-group"> | 37 | <div class="form-group"> |
38 | <h4>批量发放</h4> | 38 | <h4>批量发放</h4> |
39 | <a class="btn btn-primary" href="javascript:void(0);" id="batch-import">上传文件</a> | 39 | <a class="btn btn-primary" href="javascript:void(0);" id="batch-import">上传文件</a> |
40 | - <input type="file" class="picfile" name="picfile" required="required" id="picfile"> | 40 | + <input type="file" class="picfile" name="picfile" required="required" id="picfile"><br> |
41 | + <span class="red">TXT文本文件,每行一个用户id号,文件编码为UTF-8.结尾不要有空行</span> | ||
41 | </div><br> | 42 | </div><br> |
42 | <div id="list-content"> | 43 | <div id="list-content"> |
43 | 44 |
-
Please register or login to post a comment