浏览代码

fix: 部门奖惩记录表"分值变动/扣罚金额"改为"罚款金额"

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
simonlll 1 月之前
父节点
当前提交
f26732f84f

+ 1 - 1
airport-admin/src/main/java/com/sundot/airport/web/controller/ledger/LedgerTemplateController.java

@@ -143,7 +143,7 @@ public class LedgerTemplateController extends BaseController {
143 143
         nm.put("rewardPenalty", "部门奖惩记录表");
144 144
         hm.put("rewardPenalty", 2);
145 145
         cm.put("rewardPenalty", new String[]{
146
-            "姓名","班组","事由","罚金额","最后更新时间"
146
+            "姓名","班组","事由","罚金额","最后更新时间"
147 147
         });
148 148
 
149 149
         // 14. 请、休假记录表(特殊)(6列)

+ 1 - 1
airport-ledger/src/main/java/com/sundot/airport/ledger/domain/LedgerRewardPenalty.java

@@ -41,7 +41,7 @@ public class LedgerRewardPenalty extends BaseEntity {
41 41
     @Excel(name = "事件描述")
42 42
     private String eventDesc;
43 43
 
44
-    @Excel(name = "分值变动")
44
+    @Excel(name = "罚款金额")
45 45
     private BigDecimal scoreChange;
46 46
 
47 47
     @Excel(name = "评分维度")