diff --git a/src/pages.json b/src/pages.json
index 720c11d..76f409c 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -1,6 +1,36 @@
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
+ "path": "pages/employee/perfect_info/perfect_info",
+ "style": {
+ "navigationBarTitleText": "员工信息"
+ }
+ },
+ {
+ "path": "pages/employee/invite_code/invite_code",
+ "style": {
+ "navigationBarTitleText": "员工管理"
+ }
+ },
+ {
+ "path": "pages/employee/authority_filter/authority_filter",
+ "style": {
+ "navigationBarTitleText": "员工筛选"
+ }
+ },
+ {
+ "path": "pages/employee/authority_select/authority_select",
+ "style": {
+ "navigationBarTitleText": "员工管理"
+ }
+ },
+ {
+ "path": "pages/employee/change_admin/change_admin",
+ "style": {
+ "navigationBarTitleText": "员工管理"
+ }
+ },
+ {
"path": "pages/employee/manage/manage",
"style": {
"navigationBarTitleText": "员工管理"
diff --git a/src/pages/employee/authority_filter/authority_filter.vue b/src/pages/employee/authority_filter/authority_filter.vue
new file mode 100644
index 0000000..9e1935d
--- /dev/null
+++ b/src/pages/employee/authority_filter/authority_filter.vue
@@ -0,0 +1,96 @@
+
+
+ 请选择您要筛选的权限
+
+
+ *
+ 请选择门店
+ (多项选择)
+
+
+
+
+
+
+ *
+ 请选择门店
+ (多项选择)
+
+
+
+
+
+
+ 筛选
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/employee/authority_select/authority_select.vue b/src/pages/employee/authority_select/authority_select.vue
new file mode 100644
index 0000000..0f59304
--- /dev/null
+++ b/src/pages/employee/authority_select/authority_select.vue
@@ -0,0 +1,175 @@
+
+
+
+
+
+
+ 周小舞
+ 电话 18098765331
+
+
+
+
+ 门店权限
+
+ 全选
+
+
+
+
+
+ 欧轩智能羽毛球馆(永泰店)
+
+
+
+ 欧轩智能羽毛球馆(永泰店)
+
+
+
+
+
+
+ 小程序权限
+
+ 全选
+
+
+
+
+
+
+ 营业额
+
+
+
+ 营业额
+
+
+
+
+
+ 移除员工
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/employee/change_admin/change_admin.vue b/src/pages/employee/change_admin/change_admin.vue
new file mode 100644
index 0000000..ad58d7d
--- /dev/null
+++ b/src/pages/employee/change_admin/change_admin.vue
@@ -0,0 +1,85 @@
+
+
+ 更改超级管理理员
+
+ *请选择管理员
+
+
+ 请选择超级管理员
+
+
+
+ 超级管理员只有一个,请谨慎操作
+ 更改后您的超级管理员权限将降级为普通管理员
+
+ 确定
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/employee/invite_code/invite_code.vue b/src/pages/employee/invite_code/invite_code.vue
new file mode 100644
index 0000000..6ea91b8
--- /dev/null
+++ b/src/pages/employee/invite_code/invite_code.vue
@@ -0,0 +1,106 @@
+
+
+
+
+
+
+ 欧轩智能场馆
+
+
+
+
+ 邀请微信朋友成为员工
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/pages/employee/manage/manage.vue b/src/pages/employee/manage/manage.vue
index ddfc27c..a4df49d 100644
--- a/src/pages/employee/manage/manage.vue
+++ b/src/pages/employee/manage/manage.vue
@@ -25,9 +25,47 @@
胡雪儿
超级管理员
- 更换
+ 更换
+
+
+
+
+
+
+
+
+ 胡雪儿
+
+ 权限:
+
+ 场馆订{{e}}
+
+
+
+
+
+
+
+
+
+
+
+ 全选
+
+ 移除
+
@@ -39,6 +77,9 @@ export default {
\ No newline at end of file
diff --git a/src/pages/employee/perfect_info/perfect_info.vue b/src/pages/employee/perfect_info/perfect_info.vue
new file mode 100644
index 0000000..57a1a4e
--- /dev/null
+++ b/src/pages/employee/perfect_info/perfect_info.vue
@@ -0,0 +1,53 @@
+
+
+ 欧轩智能场馆
+ 邀请你成为员工
+
+ 请完成以下信息,成为其员工
+
+ 你的姓名
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/static/images/icon/invite.png b/src/static/images/icon/invite.png
new file mode 100644
index 0000000..73c3649
Binary files /dev/null and b/src/static/images/icon/invite.png differ
diff --git a/src/static/images/icon/scan_code.png b/src/static/images/icon/scan_code.png
new file mode 100644
index 0000000..84addff
Binary files /dev/null and b/src/static/images/icon/scan_code.png differ