|
@@ -50,7 +50,7 @@
|
|
|
<td class="text-center"><%- s.s_time %></td>
|
|
|
<td class="text-center">
|
|
|
<span data-toggle="tooltip" data-placement="bottom" data-original-title="<%- (s.period ? s.period : '') %>">
|
|
|
- <%- (s.period ? s.period.split('~')[1] : '') %>
|
|
|
+ <%- (s.period ? (s.period.split('~')[1] ? s.period.split('~')[1] : s.period) : '') %>
|
|
|
</span>
|
|
|
</td>
|
|
|
<% if (ctx.tender.info.display.thousandth) { %>
|