From ee4aa8084dfea2a8d05c4d3b5070e09eef22c701 Mon Sep 17 00:00:00 2001 From: bobi Date: Wed, 15 Aug 2018 00:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=A7=92=E8=89=B2=E6=8E=88?= =?UTF-8?q?=E6=9D=83=E7=A9=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 11 ++++----- process.html | 10 +++++++++ role-auth.html | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++ role.html | 17 +++++++++++++- 4 files changed, 92 insertions(+), 6 deletions(-) create mode 100644 process.html create mode 100644 role-auth.html 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 @@