From fcdd213415e0504e11e24f995ca3d9dfef9f89ef Mon Sep 17 00:00:00 2001
From: wangxy <1481820854@qq.com>
Date: Tue, 27 May 2025 09:05:00 +0800
Subject: [PATCH] =?UTF-8?q?feat:=E7=A6=BB=E8=81=8C=E7=A6=BB=E5=B2=97?=
=?UTF-8?q?=E5=AE=A1=E6=89=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../templates/system/newdev/leaveAudit/leaveAuditList.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ruoyi-admin/src/main/resources/templates/system/newdev/leaveAudit/leaveAuditList.html b/ruoyi-admin/src/main/resources/templates/system/newdev/leaveAudit/leaveAuditList.html
index a6274ffa..67df6574 100644
--- a/ruoyi-admin/src/main/resources/templates/system/newdev/leaveAudit/leaveAuditList.html
+++ b/ruoyi-admin/src/main/resources/templates/system/newdev/leaveAudit/leaveAuditList.html
@@ -102,7 +102,7 @@
align: 'center',
formatter: function(value, row, index) {
var actions = [];
- actions.push('材料提交 ');
+ actions.push('审批 ');
return actions.join('');
}
}]