From ecaf84ea786b7799b3c515632b27bb6569228190 Mon Sep 17 00:00:00 2001 From: Harry Yang Date: Thu, 5 Jan 2023 21:49:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=B2=E5=8A=9E=E6=B5=81=E7=A8=8B=20?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E6=98=BE=E7=A4=BA=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/business/process-completed.ftl | 26 +++++-------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/src/main/resources/templates/admin/business/process-completed.ftl b/src/main/resources/templates/admin/business/process-completed.ftl index bc9872a..23661d7 100644 --- a/src/main/resources/templates/admin/business/process-completed.ftl +++ b/src/main/resources/templates/admin/business/process-completed.ftl @@ -131,17 +131,10 @@ v-if="scope.row.status==='audit_passed' || scope.row.status==='audit_not_passed' || scope.row.status==='to_be_audit'" type="text" @click="showAuditDetail(scope.row, scope)">查看审核流程 - <#if isAdmin> - <#--判断是不是管理员本人的--> - 编辑 - - <#else> - 编辑 - - + 编辑 + <#if isAdmin> <#--判断是不是管理员本人的--> @@ -152,14 +145,9 @@ - <#if isAdmin> - <#--判断是不是管理员本人的--> - 删除 - - <#else> - 删除 - + 删除 +