pull/218/MERGE^2
Chengliang 3 years ago
parent b5b90a6403
commit 80d3202c70

@ -25,8 +25,7 @@ import lombok.NoArgsConstructor;
primarykey = "id", primarykey = "id",
operates = { operates = {
@OrganizationTableOperate(text = "编辑"), @OrganizationTableOperate(text = "编辑"),
@OrganizationTableOperate(index = "1", text = "删除"), @OrganizationTableOperate(index = "1", text = "删除")
@OrganizationTableOperate(index = "2", text = "发起编制流程")
}, tableType = WeaTableType.CHECKBOX, }, tableType = WeaTableType.CHECKBOX,
operatePopedom = @OperatePopedom(transmethod = "com.engine.organization.util.ConfigTrans.formatStaffOperates", otherpara = "column:is_used"), 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") checkboxPopedom = @CheckboxPopedom(showmethod = "com.engine.organization.util.ConfigTrans.getCheckBoxPopedom", popedompara = "column:is_used")

Loading…
Cancel
Save