完成模块分配按钮

This commit is contained in:
yubaolee
2015-12-02 16:28:01 +08:00
parent 87712e2b49
commit 000df6d1d3
13 changed files with 228 additions and 19 deletions

View File

@@ -37,7 +37,7 @@
toolbarCustom: '<a href="/RoleManager/Add" class="btn btn-green" data-icon ="plus" ' +
'data-toggle="dialog" data-id="dialog-mask" data-mask="true" data-on-close="refreshGrid">添加</a>' +
'<button class=" btn-green" onclick="editRole()" data-icon="pencil" type="button">编辑</button>'+
'<button type="button" class="btn btn-green" onclick="openModuleAccess(this)">角色模块</button>',
'<button type="button" class="btn btn-green" onclick="openModuleAccess(this)">角色分配模块</button>',
columns: [
{
name: 'Id',