瀏覽代碼

列表不显示bug

laiguoran 3 年之前
父節點
當前提交
899a83abb9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/view/measure/stage.ejs

+ 1 - 1
app/view/measure/stage.ejs

@@ -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) { %>