init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -8,8 +8,8 @@ | ... | @@ -8,8 +8,8 @@ |
| 8 | <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">提交搜索</button> | 8 | <button class="btn btn-primary radius" type="button" onclick="$('#table').DataTable().draw()">提交搜索</button> |
| 9 | <input class="btn btn-warning radius" type="reset" value="重置搜索"> | 9 | <input class="btn btn-warning radius" type="reset" value="重置搜索"> |
| 10 | 10 | ||
| 11 | <button class="btn btn-primary radius" type="button" onclick="pass(1)">批量通过</button> | 11 | <!-- <button class="btn btn-primary radius" type="button" onclick="pass(1)">批量通过</button>--> |
| 12 | <button class="btn btn-danger radius" type="button" onclick="refuse(1)">批量拒绝</button> | 12 | <!-- <button class="btn btn-danger radius" type="button" onclick="refuse(1)">批量拒绝</button>--> |
| 13 | </div> | 13 | </div> |
| 14 | </form> | 14 | </form> |
| 15 | 15 | ... | ... |
-
Please register or sign in to post a comment