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('');
}