<% for (let compilation of compilationList) { %> <% if (compilation._id === 'all') { %> 所有 <% } else { %> <%= compilation.name %> <% }} %>
<% for(let lib of calcProgramLibs){ %> <% } %>
库名称自定义显示名称费用定额添加时间操作
<%= lib.libName%> <%= lib.displayName%> <%= lib.compilationName%> <%= moment(lib.createDate).format('YYYY-MM-DD')%>