Explorar el Código

feat: 预付款详情文案修改

lanjianrong hace 4 años
padre
commit
229dcbf6b7
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      app/view/advance/detail.ejs
  2. 1 1
      app/view/advance/index.ejs

+ 1 - 1
app/view/advance/detail.ejs

@@ -22,7 +22,7 @@
                         <thead>
                             <tr>
                                 <th colspan="4" class="text-center">
-                                    签约<%- typeColMap[advance.type].text %>:<%- ctx.helper.formatMoney(advancePayTotal, ',', parseFloat(advancePayTotal).toString().split('.')[1] && parseFloat(advancePayTotal).toString().split('.')[1].length || 0) %>
+                                    <%- typeColMap[advance.type].text %>:<%- ctx.helper.formatMoney(advancePayTotal, ',', parseFloat(advancePayTotal).toString().split('.')[1] && parseFloat(advancePayTotal).toString().split('.')[1].length || 0) %>
                                 </th>
                             </tr>

+ 1 - 1
app/view/advance/index.ejs

@@ -20,7 +20,7 @@
                     </div>
                 </div>
                 <div class="d-inline-block ml-2">
-                    签约<%- typeColMap[type].text%>
+                    <%- typeColMap[type].text%>
                     <b><%- ctx.helper.formatMoney(advancePayTotal, ',', parseFloat(advancePayTotal).toString().split('.')[1] && parseFloat(advancePayTotal).toString().split('.')[1].length || 0) %></b> 元
                 </div>
                 <div class="d-inline-block ml-4" style="width:300px">