给用户列表增加是否经理字段

This commit is contained in:
季圣华
2023-02-21 00:31:43 +08:00
parent 1e58fbf8d6
commit 7b8db0f19f
2 changed files with 10 additions and 3 deletions

View File

@@ -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",