Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
李君
/
carrefour
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 673d4701
authored
Nov 25, 2022
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
8713225b
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
1 deletions
src/api/queueManagementApi.js
src/router/modules/queueManagement.js
src/views/queueManagement/exitFormClosedCounters/index.vue
src/api/queueManagementApi.js
View file @
673d470
...
...
@@ -102,7 +102,10 @@ const queueManagementApi = {
getqueueDetailList
(
params
,
config
)
{
return
req
(
'get'
,
`/d-cashier-channel-minute-count-data/page`
,
params
,
config
)
},
// queuing/counters/exit/closed
getExitClosedList
(
params
,
config
)
{
return
req
(
'get'
,
`/queuing/counters/exit/closed`
,
params
,
config
)
},
}
...
...
src/router/modules/queueManagement.js
View file @
673d470
...
...
@@ -98,6 +98,13 @@ const queueManagementRouterMap = {
permissionPath
:
'queueDetail'
},
component
:
()
=>
import
(
'@/views/queueManagement/queueDetail/'
),
},{
name
:
'exitFormClosedCounters'
,
path
:
'/queueManagement/exitFormClosedCounters'
,
meta
:
{
permissionPath
:
'exitFormClosedCounters'
},
component
:
()
=>
import
(
'@/views/queueManagement/exitFormClosedCounters/'
),
},
]
...
...
src/views/queueManagement/exitFormClosedCounters/index.vue
0 → 100644
View file @
673d470
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment