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 0e66488b
authored
Oct 23, 2022
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
设备时刻查询
1 parent
ccd7ea4a
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
0 deletions
src/api/queueManagementApi.js
src/router/modules/queueManagement.js
src/views/queueManagement/dataPlaybackTime/index.vue
src/api/queueManagementApi.js
View file @
0e66488
...
...
@@ -58,6 +58,10 @@ const queueManagementApi = {
getSnapshotChart
(
params
,
config
)
{
return
req
(
'get'
,
`/queuing/snapshot/chart`
,
params
,
config
)
},
// 时刻回放
getDistributionDetail
(
params
,
config
)
{
return
req
(
'get'
,
`/queuing/distribution/detail`
,
params
,
config
)
},
}
...
...
src/router/modules/queueManagement.js
View file @
0e66488
...
...
@@ -67,6 +67,14 @@ const queueManagementRouterMap = {
permissionPath
:
'snapshotPredicted'
},
component
:
()
=>
import
(
'@/views/queueManagement/snapshotPredicted/'
),
},
{
name
:
'dataPlaybackTime'
,
path
:
'/queueManagement/dataPlaybackTime'
,
meta
:
{
permissionPath
:
'dataPlaybackTime'
},
component
:
()
=>
import
(
'@/views/queueManagement/dataPlaybackTime/'
),
}
]
...
...
src/views/queueManagement/dataPlaybackTime/index.vue
0 → 100644
View file @
0e66488
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