员工搜索和删除
Showing
2 changed files
with
3 additions
and
2 deletions
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| 28 | <input type="text" class="form-control input-text" value="" name="password" id="password"> | 28 | <input type="text" class="form-control input-text" value="" name="password" id="password"> |
| 29 | </div> | 29 | </div> |
| 30 | <div class="form-group col-sm-4 col-md-2 pt-25"> | 30 | <div class="form-group col-sm-4 col-md-2 pt-25"> |
| 31 | <button class="btn btn-primary" onclick="random()">随机生成密码</button> | 31 | <button class="btn btn-primary" onclick="random()" type="button">随机生成密码</button> |
| 32 | </div> | 32 | </div> |
| 33 | </div> | 33 | </div> |
| 34 | <div class="row cl"> | 34 | <div class="row cl"> | ... | ... |
-
Please register or sign in to post a comment