From bbcc91c80063b5c9eeb2bdb9486d2457fd7b1d28 Mon Sep 17 00:00:00 2001 From: chenhao <852066789@qq.com> Date: Tue, 9 Sep 2025 15:57:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(admin):=20=E4=BF=AE=E5=A4=8D=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E5=88=A0=E9=99=A4=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了项目删除按钮的显示逻辑,只在项目状态为 5 时显示 - 更新了项目删除的 URL 路径,增加了 project/delete 前缀 --- src/main/resources/templates/admin/project_list.ftl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/admin/project_list.ftl b/src/main/resources/templates/admin/project_list.ftl index 054e018..125b629 100644 --- a/src/main/resources/templates/admin/project_list.ftl +++ b/src/main/resources/templates/admin/project_list.ftl @@ -1080,7 +1080,7 @@ <@shiro.hasPermission name="PROJECT_FINAL_ACCOUNTS"> - <#if list.status!=15> + <#if list.status?? && list.status=5>