diff --git a/src/main/resources/templates/admin/project_list.ftl b/src/main/resources/templates/admin/project_list.ftl index 778b008..6a3584a 100644 --- a/src/main/resources/templates/admin/project_list.ftl +++ b/src/main/resources/templates/admin/project_list.ftl @@ -3,17 +3,7 @@ <@defaultLayout.layout> - +
@@ -196,7 +186,7 @@ - <#list pager.list as list> + <#list pager.list as list> ${list.id!} ${list.name!} @@ -211,10 +201,12 @@
- + <#if list.creatorId==adminId> + + <#--<@shiro.hasPermission name="PROJECT_EDIT">--> <#--概算状态 并且概算审批状态为草稿和不通过--> <#if list.status==1 && (list.approveStatusEstimate==0 || list.approveStatusEstimate==3)> @@ -344,9 +336,6 @@ - - -