给用户列表增加是否经理字段
This commit is contained in:
@@ -130,13 +130,14 @@
|
||||
dataIndex: 'action',
|
||||
scopedSlots: {customRender: 'action'},
|
||||
align: "center",
|
||||
width: 260
|
||||
width: 160
|
||||
},
|
||||
{ title: '登录名称', dataIndex: 'loginName', width: 100, align: "left"},
|
||||
{ title: '用户姓名', dataIndex: 'username', width: 100, align: "left"},
|
||||
{ title: '用户类型', dataIndex: 'userType', width: 80, align: "left" },
|
||||
{ title: '角色', dataIndex: 'roleName', width: 100, align: "left"},
|
||||
{ title: '机构', dataIndex: 'orgAbr', width: 115, align: "left"},
|
||||
{ title: '机构', dataIndex: 'orgAbr', width: 140, align: "left"},
|
||||
{ title: '是否经理', dataIndex: 'leaderFlagStr', width: 80, align: "left"},
|
||||
{ title: '电话号码', dataIndex: 'phonenum', width: 120, align: "left"},
|
||||
{ title: '排序', dataIndex: 'userBlngOrgaDsplSeq', width: 60, align: "left"},
|
||||
{ title: '状态',dataIndex: 'status',width:70,align:"center",
|
||||
|
||||
Reference in New Issue
Block a user