init
Showing
1 changed file
with
3 additions
and
3 deletions
| ... | @@ -70,7 +70,7 @@ | ... | @@ -70,7 +70,7 @@ |
| 70 | </form> | 70 | </form> |
| 71 | 71 | ||
| 72 | <div class="body mt-20"> | 72 | <div class="body mt-20"> |
| 73 | <table class="table table-border table-bordered table-bg"> | 73 | <table class="table table-border table-bordered table-bg" id="table"> |
| 74 | <thead class="text-c"> | 74 | <thead class="text-c"> |
| 75 | <tr> | 75 | <tr> |
| 76 | <th width="15px"><input type="checkbox"></th> | 76 | <th width="15px"><input type="checkbox"></th> |
| ... | @@ -91,7 +91,7 @@ | ... | @@ -91,7 +91,7 @@ |
| 91 | </tr> | 91 | </tr> |
| 92 | </thead> | 92 | </thead> |
| 93 | <tbody class="text-c"> | 93 | <tbody class="text-c"> |
| 94 | <tr> | 94 | <!--<tr> |
| 95 | <td><input type="checkbox"></td> | 95 | <td><input type="checkbox"></td> |
| 96 | <td> | 96 | <td> |
| 97 | <span class="dropDown dropDown_hover"> | 97 | <span class="dropDown dropDown_hover"> |
| ... | @@ -142,7 +142,7 @@ | ... | @@ -142,7 +142,7 @@ |
| 142 | <td class="c-999">完成</td> | 142 | <td class="c-999">完成</td> |
| 143 | <td>2018-01-02 00:00:00</td> | 143 | <td>2018-01-02 00:00:00</td> |
| 144 | <td>小明</td> | 144 | <td>小明</td> |
| 145 | </tr> | 145 | </tr>--> |
| 146 | </tbody> | 146 | </tbody> |
| 147 | </table> | 147 | </table> |
| 148 | <div class="paginate"> | 148 | <div class="paginate"> | ... | ... |
-
Please register or sign in to post a comment