From 88ea30e46deb06a152538fc0e54ad000263e9b28 Mon Sep 17 00:00:00 2001 From: xxssyyyyssxx Date: Fri, 19 Nov 2021 15:21:57 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=8F=AF=E8=A7=81=E6=80=A7?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/admin/project_list.ftl | 27 ++++++------------- .../admin/project_select_role_user.ftl | 11 ++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) 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 @@ - - -