|
|
@@ -108,9 +108,9 @@
|
|
|
<td class="text-center"><%- (pageInfo.page-1)*pageInfo.pageSize + index+1 %></td>
|
|
|
<td><a href="/tender/<%- tender.id %>/change/<%- c.cid %>/information"><% if (c.status !== auditConst.status.checked) { %><%- c.code %><% } else { %><%- c.p_code %><% } %></a></td>
|
|
|
<td><%- c.name %></td>
|
|
|
- <td><%- qualityArray[c.quality] %><% c.quality %></td>
|
|
|
+ <td class="text-center"><%- qualityArray[c.quality] %><% c.quality %></td>
|
|
|
<% if (ctx.subProject.page_show.openChangeState) { %>
|
|
|
- <td><%- ctx.helper._.find(changeState, { order: c.state }).name %></td>
|
|
|
+ <td class="text-center"><%- ctx.helper._.find(changeState, { order: c.state }).name %></td>
|
|
|
<% } %>
|
|
|
<td style="text-align: right"><%= ctx.helper.roundNum(c.total_price, tpUnit) %></td>
|
|
|
<td style="text-align: right"><%= ctx.helper.roundNum(c.valuation_tp, tpUnit) %></td>
|