diff --git a/pages.json b/pages.json index 2c62ee5..b7f8316 100644 --- a/pages.json +++ b/pages.json @@ -31,6 +31,12 @@ // "navigationBarBackgroundColor": "#fff" } }, + { + "path": "pages/apply/user", + "style": { + "navigationBarTitleText": "当班员工" + } + }, { "path": "pages/apply/complete", "style": { diff --git a/pages/apply/user.vue b/pages/apply/user.vue new file mode 100644 index 0000000..d99ecdc --- /dev/null +++ b/pages/apply/user.vue @@ -0,0 +1,342 @@ + + + + + \ No newline at end of file diff --git a/pages/index/index.vue b/pages/index/index.vue index 08377a2..8df7118 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,9 +1,10 @@