Merge pull request '编制删除' (#8) from feature/cl into develop

Reviewed-on: http://221.226.25.34:3000/liang.cheng/weaver-hrm-organization/pulls/8
This commit is contained in:
liang.cheng 2022-10-10 17:37:56 +08:00
commit b31d5943bd
1 changed files with 1 additions and 3 deletions

View File

@ -26,9 +26,7 @@ import lombok.NoArgsConstructor;
@OrganizationTableOperate(text = "编辑"),
@OrganizationTableOperate(index = "1", text = "删除"),
@OrganizationTableOperate(index = "2", text = "变更")
}, tableType = WeaTableType.CHECKBOX,
operatePopedom = @OperatePopedom(transmethod = "com.engine.organization.util.ConfigTrans.formatStaffOperates", otherpara = "column:is_used"),
checkboxPopedom = @CheckboxPopedom(showmethod = "com.engine.organization.util.ConfigTrans.getCheckBoxPopedom", popedompara = "column:is_used")
}, tableType = WeaTableType.CHECKBOX
)
public class StaffTableVO {