@cms.contentProductList title=title userId=userId startPrice=startPrice endPrice=endPrice orderField=orderField orderType=orderType pageIndex=pageNum pageSize=numPerPage>
| <@t.page 'id'/> | <@t.page 'title'/> | <@t.page 'content.promulgator'/> | <@t.page 'product.price'/> | <@t.page 'product.quantity_limit'/> | <@t.page 'product.inventory'/> | <@t.page 'product.sales'/> | <@t.page 'operate'/> | |
|---|---|---|---|---|---|---|---|---|
| ${a.id!} |
<#if a.cover?has_content || (contentMap[a.contentId?string].cover)?has_content>
${a.title!} |
${(userMap[a.userId?string].nickname)!} | ${a.price!} | ${a.minQuantity!} - ${a.maxQuantity!} | ${a.inventory!} | ${a.sales!} | <@t.page 'button.edit'/> |