|
|
@ -95,7 +95,7 @@ if (typeof tags !== 'undefined') tagIDs = tags.map(x => x.id); |
|
|
|
<th class="left aligned"><%- createSortableTitle('title', '题目名称', true) %></th> |
|
|
|
<th class="left aligned"><%- createSortableTitle('title', '题目名称', true) %></th> |
|
|
|
<th class="one wide"><%- createSortableTitle('ac_num', '通过', false) %></th> |
|
|
|
<th class="one wide"><%- createSortableTitle('ac_num', '通过', false) %></th> |
|
|
|
<th class="one wide"><%- createSortableTitle('submit_num', '提交', false) %></th> |
|
|
|
<th class="one wide"><%- createSortableTitle('submit_num', '提交', false) %></th> |
|
|
|
<th class="one wide"><%- createSortableTitle('ac_rate', '通过率', false) %></th> |
|
|
|
<th class="one wide">通过率</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
</thead> |
|
|
|
<tbody> |
|
|
|
<tbody> |
|
|
|