|
|
@ -26,9 +26,7 @@ import lombok.NoArgsConstructor;
|
|
|
|
@OrganizationTableOperate(text = "编辑"),
|
|
|
|
@OrganizationTableOperate(text = "编辑"),
|
|
|
|
@OrganizationTableOperate(index = "1", text = "删除"),
|
|
|
|
@OrganizationTableOperate(index = "1", text = "删除"),
|
|
|
|
@OrganizationTableOperate(index = "2", text = "变更")
|
|
|
|
@OrganizationTableOperate(index = "2", text = "变更")
|
|
|
|
}, tableType = WeaTableType.CHECKBOX,
|
|
|
|
}, 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")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
)
|
|
|
|
)
|
|
|
|
public class StaffTableVO {
|
|
|
|
public class StaffTableVO {
|
|
|
|