From dab546eb340e2c3ebf3341657ce3338343142584 Mon Sep 17 00:00:00 2001 From: bobi Date: Sun, 31 Mar 2019 19:00:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BF=AE=E6=94=B9=E3=80=81?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=9D=83=E9=99=90=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...{permission.json => permission-table.json} | 0 permission-add.html | 92 +++++++++++++++++++ permission-edit.html | 92 +++++++++++++++++++ permission.html | 4 +- role-add.html | 4 +- role-edit.html | 4 +- role.html | 2 +- user-add.html | 2 +- user-edit.html | 2 +- user.html | 2 +- 10 files changed, 194 insertions(+), 10 deletions(-) rename data/{permission.json => permission-table.json} (100%) create mode 100644 permission-add.html create mode 100644 permission-edit.html diff --git a/data/permission.json b/data/permission-table.json similarity index 100% rename from data/permission.json rename to data/permission-table.json diff --git a/permission-add.html b/permission-add.html new file mode 100644 index 0000000..2ff4293 --- /dev/null +++ b/permission-add.html @@ -0,0 +1,92 @@ + + + + + 添加权限 + + + + + + +
+ + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + +
+
+
+
+ + + + + diff --git a/permission-edit.html b/permission-edit.html new file mode 100644 index 0000000..e8ad9b7 --- /dev/null +++ b/permission-edit.html @@ -0,0 +1,92 @@ + + + + + 添加权限 + + + + + + +
+ + + +
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ + +
+
+
+
+ + + + + diff --git a/permission.html b/permission.html index 1f0e83c..899300b 100644 --- a/permission.html +++ b/permission.html @@ -84,13 +84,13 @@ treeIdName: 'authorityId', treePidName: 'parentId', elem: '#tableId', - url: 'data/permission.json', + url: 'data/permission-table.json', page: false, cols: [[ {type: 'numbers'}, {field: 'authorityName', minWidth: 200, title: '权限名称'}, {field: 'authority', title: '权限标识'}, - {field: 'menuUrl', title: '菜单url'}, + {field: 'menuUrl', title: '菜单'}, {field: 'orderNumber', width: 80, align: 'center', title: '排序号'}, { field: 'isMenu', width: 80, align: 'center', templet: function (d) { diff --git a/role-add.html b/role-add.html index 07bbe42..ac4bcf3 100644 --- a/role-add.html +++ b/role-add.html @@ -15,8 +15,8 @@
首页 - 常用页面 - 用户列表 + 会员管理 + 角色列表 添加角色 diff --git a/role-edit.html b/role-edit.html index 101b21a..749a4ed 100644 --- a/role-edit.html +++ b/role-edit.html @@ -15,8 +15,8 @@