XMTT 6 years ago
parent
commit
ae765c6b84
1 changed files with 2 additions and 2 deletions
  1. 2 2
      html/model/sys/userInfo/check.html

+ 2 - 2
html/model/sys/userInfo/check.html

@ -59,7 +59,7 @@
59 59
        <table class="table table-bordered">
60 60
            <thead>
61 61
            <tr>
62
                <th class="opt-check"><i class="icon icon-st-check"></i></th>
62
                <!--<th class="opt-check"><i class="icon icon-st-check"></i></th>-->
63 63
                <th>操作</th>
64 64
                <th>序号</th>
65 65
                <th>用户名</th>
@ -77,7 +77,7 @@
77 77
            </thead>
78 78
            <tbody>
79 79
            <tr ch-dir="list">
80
                <td class="opt-check"><i class="icon icon-st-check" userId="{{id}}"></i></td>
80
                <!--<td class="opt-check"><i class="icon icon-st-check" userId="{{id}}"></i></td>-->
81 81
                <td class="table-opt" userId="{{id}}"><i class="icon icon-eye-open opt-examine"></i><i class="icon icon-check-board opt-review"></i></td>
82 82
                <td>{{-_index}}</td>
83 83
                <td>{{name}}</td>