|
@@ -32,7 +32,7 @@
|
|
<td><%- t.measure_type_str %></td>
|
|
<td><%- t.measure_type_str %></td>
|
|
<td><%- t.stage_count_str %></td>
|
|
<td><%- t.stage_count_str %></td>
|
|
<td><%- t.user_str %></td>
|
|
<td><%- t.user_str %></td>
|
|
- <td><%- ctx.moment(t.show_time).format('YYY-MM-DD HH:mm:ss') %></td>
|
|
|
|
|
|
+ <td><%- ctx.moment(t.show_time).format('YYYY-MM-DD HH:mm:ss') %></td>
|
|
<td class="text-center">
|
|
<td class="text-center">
|
|
<form action="api/update?tid=<%= t.id %>&gxbyCheck=<%- (t.s2b_gxby_check ? 0 : 1) %>" method="post">
|
|
<form action="api/update?tid=<%= t.id %>&gxbyCheck=<%- (t.s2b_gxby_check ? 0 : 1) %>" method="post">
|
|
<div class="form-check form-check-inline">
|
|
<div class="form-check form-check-inline">
|