From 5b4963414b10bfe248fc7ccf34241037bc391c9e Mon Sep 17 00:00:00 2001 From: White <83705444@qq.com> Date: Mon, 12 Dec 2022 18:22:03 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E9=98=B6=E6=AE=B5=EF=BC=9B?= =?UTF-8?q?=E8=A1=8C=E4=B8=9A=E5=9C=BA=E6=99=AF=E4=B8=8B=E6=8B=89=E6=A1=86?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/admin/project_list.ftl | 21 ++++++++++++++++--- .../templates/admin/project_list_approve.ftl | 4 ++-- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/src/main/resources/templates/admin/project_list.ftl b/src/main/resources/templates/admin/project_list.ftl index 9de391e..d610d83 100644 --- a/src/main/resources/templates/admin/project_list.ftl +++ b/src/main/resources/templates/admin/project_list.ftl @@ -314,7 +314,7 @@
行业场景
- @@ -457,7 +457,7 @@
项目阶段
- @@ -853,7 +853,22 @@ <#--项目类型--> ${list.typeDesc!} <#--项目阶段--> - ${list.stage!} + + <#if list.stage??> + <#if list.stage==0>S0-概算立项 + <#elseif list.stage==1>S1-项目调研 + <#elseif list.stage==2>S2-方案设计 + <#elseif list.stage==3>S3-预算评估 + <#elseif list.stage==4>S4-招标期 + <#elseif list.stage==5>S5-合同期 + <#elseif list.stage==6>S6-交付期 + <#elseif list.stage==7>S7-结算期 + <#elseif list.stage==8>S8-决算期 + <#elseif list.stage==9>L-项目丢失 + + <#else> + + <#--垫资模式--> <#--${list.underwrittenModeStr!}--> <#--垫资利息--> diff --git a/src/main/resources/templates/admin/project_list_approve.ftl b/src/main/resources/templates/admin/project_list_approve.ftl index 6fa588b..a2e01ed 100644 --- a/src/main/resources/templates/admin/project_list_approve.ftl +++ b/src/main/resources/templates/admin/project_list_approve.ftl @@ -310,7 +310,7 @@
行业场景
- @@ -453,7 +453,7 @@
项目阶段
-