更新用户管理操作栏宽度

pull/65/head
fengshuonan 2021-01-30 14:17:30 +08:00
parent 21afccd2f8
commit a07b06f776
1 changed files with 2 additions and 2 deletions

View File

@ -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);
});
});
});