From 335b25b8cfde4ca1ed9da1209a5016c524f75ba1 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Mon, 5 Aug 2024 10:47:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/system/user/userexamine/userexamine.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html index cc4f3dc..42033f9 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html @@ -124,7 +124,6 @@ formatter: function(value, row, index) { var actions = []; actions.push('审核 '); - actions.push('打印 '); return actions.join(''); } }] @@ -187,7 +186,6 @@ align: 'center', formatter: function(value, row, index) { var actions = []; - actions.push('审核 '); actions.push('打印 '); return actions.join(''); }