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 36b5d045
authored
Nov 24, 2022
by
李君
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
通道详情
1 parent
86d1e2a6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletions
src/api/queueManagementApi.js
src/router/modules/queueManagement.js
src/views/queueManagement/queueDetail/index.vue
src/api/queueManagementApi.js
View file @
36b5d04
...
@@ -98,6 +98,10 @@ const queueManagementApi = {
...
@@ -98,6 +98,10 @@ const queueManagementApi = {
updateAlarmRules
(
params
,
config
)
{
updateAlarmRules
(
params
,
config
)
{
return
req
(
'PUT'
,
`/d-cashier-alarm-rule/
${
params
.
id
}
`
,
params
,
config
)
return
req
(
'PUT'
,
`/d-cashier-alarm-rule/
${
params
.
id
}
`
,
params
,
config
)
},
},
// 排队详情
getqueueDetailList
(
params
,
config
)
{
return
req
(
'get'
,
`/d-cashier-channel-minute-count-data/page`
,
params
,
config
)
},
}
}
...
...
src/router/modules/queueManagement.js
View file @
36b5d04
...
@@ -91,7 +91,14 @@ const queueManagementRouterMap = {
...
@@ -91,7 +91,14 @@ const queueManagementRouterMap = {
permissionPath
:
'alarmEvent'
permissionPath
:
'alarmEvent'
},
},
component
:
()
=>
import
(
'@/views/queueManagement/alarmEvent/'
),
component
:
()
=>
import
(
'@/views/queueManagement/alarmEvent/'
),
}
},{
name
:
'queueDetail'
,
path
:
'/queueManagement/queueDetail'
,
meta
:
{
permissionPath
:
'queueDetail'
},
component
:
()
=>
import
(
'@/views/queueManagement/queueDetail/'
),
},
]
]
}
}
...
...
src/views/queueManagement/queueDetail/index.vue
0 → 100644
View file @
36b5d04
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