mirror of https://gitee.com/stylefeng/guns
更新用户管理操作栏宽度
parent
21afccd2f8
commit
a07b06f776
|
@ -177,7 +177,7 @@ layui.use(['layer', 'form', 'table', 'util', 'admin', 'tree', 'dropdown', 'xmSel
|
|||
{field: 'positionId', align: "center", sort: true, title: '职务'},
|
||||
{field: 'phone', align: "center", sort: true, title: '电话'},
|
||||
{field: 'status', align: "center", templet: '#statusTpl', title: '状态'},
|
||||
{title: '操作', toolbar: '#userTbBar'}
|
||||
{title: '操作', toolbar: '#userTbBar', width: 300}
|
||||
|
||||
]],
|
||||
done: function () {
|
||||
|
@ -235,4 +235,4 @@ layui.use(['layer', 'form', 'table', 'util', 'admin', 'tree', 'dropdown', 'xmSel
|
|||
OrganizationUser.changeUserStatus(userId, checked);
|
||||
});
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue