You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

18 lines
545 B

/*
BI.Plugin.registerObject("dec.user.row.tools", function (widget) {
widget.element.empty();
});
BI.config("dec.users.operations.import",function( widget ){
//把type: "dec.user.account.setting.item"的去掉
widget.element.empty();
});
BI.config("dec.users.operations.sync",function( widget ){
//把type: "dec.user.account.setting.item"的去掉
widget.element.empty();
});
BI.config("dec.users.operations.add",function( widget ){
//把type: "dec.user.account.setting.item"的去掉
widget.element.empty();
});*/