Merge branch 'feature/权限' into feature/数据推送

This commit is contained in:
钱涛 2024-11-15 15:53:08 +08:00
commit f4de5b16e9
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ public class SpecialAddDeductionListDTO {
@Encrypt
private String infantCare;
@SalaryTableColumn(text = "操作", width = "20%", column = "opts")
@TableTitle(title = "操作", dataIndex = "opts", key = "opts")
@SalaryTableColumn(text = "操作", width = "20%", column = "operate")
@TableTitle(title = "操作", dataIndex = "operate", key = "operate")
private Set<String> opts;
}