diff --git a/index.html b/index.html index a0ffac4..0862678 100644 --- a/index.html +++ b/index.html @@ -62,11 +62,12 @@
文章列表
角色列表
权限列表
-
登陆页面
-
404页面
-
403页面
-
500页面
-
捐赠列表
+
流程列表
+
登陆页面
+
404页面
+
403页面
+
500页面
+
捐赠列表
  • diff --git a/process.html b/process.html new file mode 100644 index 0000000..eb69ca2 --- /dev/null +++ b/process.html @@ -0,0 +1,10 @@ + + + + + Title + + +

    流程列表

    + + \ No newline at end of file diff --git a/role-auth.html b/role-auth.html new file mode 100644 index 0000000..1a990b2 --- /dev/null +++ b/role-auth.html @@ -0,0 +1,60 @@ + + + + + 角色授权 + + + + + + + +
    + + + +
    +
    +
    + + +
    +
    +
    +
    + + + + + \ No newline at end of file diff --git a/role.html b/role.html index 624a734..836a986 100644 --- a/role.html +++ b/role.html @@ -7,7 +7,7 @@ - + @@ -118,6 +118,20 @@ layer.confirm("确定要删除吗?", {skin: 'layui-layer-lan', icon: 2, title: '提示', anim: 6}, function () { layer.msg("操作成功!", {icon: 1, time: 1000}); }); + } else if (layEvent === 'auth') { + layer.open({ + title: '角色授权', + type: 2, + shade: false, + maxmin: true, + shade: 0.5, + area: ['90%', '90%'], + content: 'role-auth.html', + zIndex: layer.zIndex, + end: function () { + $(".layui-laypage-btn")[0].click(); + } + }); } }); @@ -164,6 +178,7 @@