费用明细

<% for(var i = 0;i < priceList.length;i ++){ var item = priceList[i]; %>
<%= item.name %> ¥<%= item.amount %>
<%}%>