|
|
@@ -11,9 +11,7 @@ Ext.define('saas.view.core.dbfind.types.AccountDbfindTrigger', {
|
|
|
addTitle: '账户资料',
|
|
|
//联想设置
|
|
|
dbtpls:[{
|
|
|
- field:'username',width:150
|
|
|
- },{
|
|
|
- field:'realname',width:110
|
|
|
+ field:'realname',width:150
|
|
|
}],
|
|
|
defaultCondition: "d.status=1",
|
|
|
dbSearchFields:[{
|
|
|
@@ -36,7 +34,7 @@ Ext.define('saas.view.core.dbfind.types.AccountDbfindTrigger', {
|
|
|
},{
|
|
|
text: "账号名称",
|
|
|
dataIndex: "username",
|
|
|
- width: 150
|
|
|
+ hidden:true
|
|
|
}, {
|
|
|
text: "姓名",
|
|
|
dataIndex: "realname",
|
|
|
@@ -48,15 +46,11 @@ Ext.define('saas.view.core.dbfind.types.AccountDbfindTrigger', {
|
|
|
}, {
|
|
|
text: "邮箱",
|
|
|
dataIndex: "email",
|
|
|
- width: 110,
|
|
|
- }, {
|
|
|
- text: "岗位角色",
|
|
|
- dataIndex: "roleNames",
|
|
|
- width: 180
|
|
|
+ width: 250,
|
|
|
}, {
|
|
|
text: "岗位角色",
|
|
|
dataIndex: "roleNames",
|
|
|
- width: 180
|
|
|
+ width: 200
|
|
|
}]
|
|
|
|
|
|
});
|