diff --git a/src/api/system/shift.js b/src/api/system/shift.js new file mode 100644 index 0000000..f715ec1 --- /dev/null +++ b/src/api/system/shift.js @@ -0,0 +1,11 @@ +import request from '@/utils/request' + +// 查询员工管理列表 +export function listShift(query) { + return request({ + url: '/system/shift/list', + method: 'get', + params: query + }) +} + diff --git a/src/api/system/shiftGroup.js b/src/api/system/shiftGroup.js new file mode 100644 index 0000000..6a75da3 --- /dev/null +++ b/src/api/system/shiftGroup.js @@ -0,0 +1,11 @@ +import request from '@/utils/request' + +// 查询员工管理列表 +export function listGroupDetail(query) { + return request({ + url: '/system/shift/group/list', + method: 'get', + params: query + }) +} + diff --git a/src/views/restaurant/statistics/index.vue b/src/views/restaurant/statistics/index.vue index 6b25a73..12f0d58 100644 --- a/src/views/restaurant/statistics/index.vue +++ b/src/views/restaurant/statistics/index.vue @@ -75,6 +75,8 @@ + + diff --git a/src/views/system/shift/index.vue b/src/views/system/shift/index.vue new file mode 100644 index 0000000..d177892 --- /dev/null +++ b/src/views/system/shift/index.vue @@ -0,0 +1,166 @@ + + + + + + + diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 4b440e4..c204522 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -186,7 +186,7 @@ - +