自定义设置

This commit is contained in:
Chengliang 2022-06-13 17:35:34 +08:00
parent 1a35ec1bd5
commit 88dd830ce3
1 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
/**
* @Author: 程亮
* @Date: 2022-06-09 10:16:00
* @LastEditTime: 2022-06-13 15:06:29
* @LastEditTime: 2022-06-13 16:55:34
* @Description:
* @FilePath: /trunk/src4js/pc4mobx/organization/stores/fieldDefined.js
*/
@ -1501,14 +1501,14 @@ export class FieldDefinedStore extends HrmBaseStore {
this.tableEditConfig.childInfoSetting.showTitle = true;
this.tableEditConfig.childInfoSetting.showAdd = true;
this.tableEditConfig.childInfoSetting.showDelete = true;
this.selectedTreeNodeInfo.domid != '-1' && t.topButtonDef.push({
comType: 'button',
type: 'primary',
onClickHandle: this.doChildInfoSetting,
label: i18n.button.childInfoMaintain(),
icon: this.menuIconCollection.setting,
checkAction: 'childInfoOperability'
});
// this.selectedTreeNodeInfo.domid != '-1' && t.topButtonDef.push({
// comType: 'button',
// type: 'primary',
// onClickHandle: this.doChildInfoSetting,
// label: i18n.button.childInfoMaintain(),
// icon: this.menuIconCollection.setting,
// checkAction: 'childInfoOperability'
// });
} else {
this.tableEditConfig.childInfoSetting.showTitle = false;
this.tableEditConfig.childInfoSetting.showAdd = false;