diff --git a/src/main/resources/templates/admin/project_list.ftl b/src/main/resources/templates/admin/project_list.ftl
index 15ed6da..3da145b 100644
--- a/src/main/resources/templates/admin/project_list.ftl
+++ b/src/main/resources/templates/admin/project_list.ftl
@@ -287,26 +287,26 @@
项目名称 |
项目类型 |
垫资模式 |
+ 垫资利息 |
+ 垫资峰值 |
项目合同金额 |
- 华智产品金额 |
+ 项目毛利 |
+ 项目毛利率 |
+ 项目状态 |
汇智产品金额 |
+ 华智产品金额 |
华三产品金额 |
其他产品金额 |
- 项目状态 |
- 合作对象 |
项目把握度 |
行业场景应用 |
客户名称 |
终端客户名称 |
- 项目毛利 |
- 项目毛利率 |
项目负责人 |
预计合同签订时间 |
项目计划招标时间 |
是否二次合作 |
签单方式 |
- 垫资利息 |
- 垫资峰值 |
+ 合作对象 |
审核状态 |
当前审核人 |
项目创建者 |
@@ -324,26 +324,26 @@
${list.name!} |
${list.typeDesc!} |
${list.underwrittenModeStr!} |
+ ${Utils.format(list.advanceInterestAmount, "0.00")} |
+ ${Utils.format(list.advancePeakAmount, "0.00")} |
${Utils.format(list.contractAmount, "0.00")} |
- ${Utils.format(list.huazhiProductAmount, "0.00")} |
+ ${Utils.format(list.grossProfit, "0.00")} |
+ ${Utils.format(list.grossProfitMargin, "0.00")} |
+ ${list.statusDesc!} |
${Utils.format(list.huizhiProductAmount, "0.00")} |
+ ${Utils.format(list.huazhiProductAmount, "0.00")} |
${Utils.format(list.huasanProductAmount, "0.00")} |
${Utils.format(list.ziguangOtherAmount, "0.00")} |
- ${list.statusDesc!} |
- ${list.collaborator!} |
${list.certaintyStr!} |
${list.industryScenario!} |
${list.customer!} |
${list.terminalCustomer!} |
- ${Utils.format(list.grossProfit, "0.00")} |
- ${Utils.format(list.grossProfitMargin, "0.00")} |
${list.principal!} |
${(list.contractTime?string("yyyy-MM-dd HH:mm:ss"))!} |
${(list.bidsTime?string("yyyy-MM-dd HH:mm:ss"))!} |
${list.isSecondStr!} |
${list.signTypeStr!} |
- ${Utils.format(list.advanceInterestAmount, "0.00")} |
- ${Utils.format(list.advancePeakAmount, "0.00")} |
+ ${list.collaborator!} |
${list.approveStatusDesc!} |
${list.approveName!} |
${list.creatorName!} |