edit
This commit is contained in:
@ -75,6 +75,8 @@ export class DynamicSettingModalComponent implements OnInit {
|
||||
this.configList = this.formatItems(this.selectedTab.items);
|
||||
const hiddenType = this.configList.find((item: any) => item.itemType === 7 || item.itemType === 999);
|
||||
this.labelWidth = hiddenType ? 0 : 200;
|
||||
console.log(this.configList);
|
||||
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user