XMTT 6 年之前
父節點
當前提交
ae765c6b84
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      html/model/sys/userInfo/check.html

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

59
        <table class="table table-bordered">
59
        <table class="table table-bordered">
60
            <thead>
60
            <thead>
61
            <tr>
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
                <th>操作</th>
63
                <th>操作</th>
64
                <th>序号</th>
64
                <th>序号</th>
65
                <th>用户名</th>
65
                <th>用户名</th>
77
            </thead>
77
            </thead>
78
            <tbody>
78
            <tbody>
79
            <tr ch-dir="list">
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
                <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>
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
                <td>{{-_index}}</td>
82
                <td>{{-_index}}</td>
83
                <td>{{name}}</td>
83
                <td>{{name}}</td>