From 806af248535ef97daf2ed448291b3c141084483b Mon Sep 17 00:00:00 2001 From: zhuyu Date: Fri, 30 May 2025 11:13:03 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E7=BB=93=E7=AE=97=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/lang/zh-cn/salary/item.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/admin/lang/zh-cn/salary/item.php b/application/admin/lang/zh-cn/salary/item.php index a772ad6..238f65f 100644 --- a/application/admin/lang/zh-cn/salary/item.php +++ b/application/admin/lang/zh-cn/salary/item.php @@ -6,8 +6,8 @@ return [ 'Name' => '名称', 'Desc' => '描述', 'Type 1' => '加', - 'Type 2' => '自定义', - 'Type 3' => '减', + 'Type 2' => '减', + 'Type 3' => '自定义', 'Create_time' => '创建时间', 'Update_time' => '编辑时间' ];