调整报表和基础模块的页面宽度
This commit is contained in:
@@ -125,13 +125,13 @@
|
||||
return parseInt(index)+1;
|
||||
}
|
||||
},
|
||||
{ title: '登录名称', dataIndex: 'loginName', width: 100, align: "center"},
|
||||
{ title: '用户姓名', dataIndex: 'username', width: 100, align: "center"},
|
||||
{ title: '用户类型', dataIndex: 'userType', width: 80, align: "center" },
|
||||
{ title: '角色', dataIndex: 'roleName', width: 100, align: "center"},
|
||||
{ title: '机构', dataIndex: 'orgAbr', width: 115, align: "center"},
|
||||
{ title: '电话号码', dataIndex: 'phonenum', width: 120, align: "center"},
|
||||
{ title: '排序', dataIndex: 'userBlngOrgaDsplSeq', width: 60, align: "center"},
|
||||
{ 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: 'phonenum', width: 120, align: "left"},
|
||||
{ title: '排序', dataIndex: 'userBlngOrgaDsplSeq', width: 60, align: "left"},
|
||||
{ title: '状态',dataIndex: 'status',width:70,align:"center",
|
||||
scopedSlots: { customRender: 'customRenderFlag' }
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user