Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
7b3e505c
Commit
7b3e505c
authored
Jul 04, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64115 录入诊断的标题显示错误 应该叫录入诊断吧 不能叫详情
parent
1cdc94c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
index.js
src/router/index.js
+10
-0
registration-queue.vue
...vice-management/registration-queue/registration-queue.vue
+2
-2
No files found.
src/router/index.js
View file @
7b3e505c
...
...
@@ -330,6 +330,16 @@ export const constantRoutes = [
title
:
'挂号详情'
,
icon
:
'component'
}
},
// 录入诊断路由
{
path
:
'registration-edit/:id/:type'
,
component
:
()
=>
import
(
'@/views/service-management/registration-queue/registration-detail'
),
name
:
'RegistrationEdit'
,
props
:
true
,
meta
:
{
title
:
'录入诊断'
,
icon
:
'component'
}
},
// 挂号新增路由
{
path
:
'registration-add'
,
...
...
src/views/service-management/registration-queue/registration-queue.vue
View file @
7b3e505c
...
...
@@ -534,12 +534,12 @@ export default {
this
.
$modal
.
confirm
(
'当前宠物已经存在是否覆盖数据'
)
.
then
(
_
=>
{
this
.
$router
.
push
({
name
:
'Registration
Detail
'
,
params
:
{
id
:
row
.
id
,
type
}
name
:
'Registration
Edit
'
,
params
:
{
id
:
row
.
id
,
type
}
}
)
}
)
}
else
{
this
.
$router
.
push
({
name
:
'Registration
Detail
'
,
params
:
{
id
:
row
.
id
,
type
}
name
:
'Registration
Edit
'
,
params
:
{
id
:
row
.
id
,
type
}
}
)
}
}
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment