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
81a3d60b
Commit
81a3d60b
authored
Jun 14, 2023
by
王飞龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge remote-tracking branch 'origin/master'
# Conflicts: # src/router/index.js
parent
04886692
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
32 deletions
+29
-32
index.js
src/router/index.js
+29
-32
No files found.
src/router/index.js
View file @
81a3d60b
...
@@ -116,8 +116,9 @@ export const constantRoutes = [
...
@@ -116,8 +116,9 @@ export const constantRoutes = [
props
:
true
,
props
:
true
,
component
:
()
=>
import
(
'@/views/equipment-management/equipment-management/equipment-management'
),
component
:
()
=>
import
(
'@/views/equipment-management/equipment-management/equipment-management'
),
name
:
'EquipmentManagement'
,
name
:
'EquipmentManagement'
,
meta
:
{
title
:
'设备管理'
,
icon
:
'date'
},
meta
:
{
title
:
'设备管理'
,
icon
:
'date'
}
children
:
[
},
{
{
path
:
'equipment-detail/:id'
,
path
:
'equipment-detail/:id'
,
props
:
true
,
props
:
true
,
...
@@ -132,6 +133,7 @@ export const constantRoutes = [
...
@@ -132,6 +133,7 @@ export const constantRoutes = [
name
:
'EquipmentAdd'
,
name
:
'EquipmentAdd'
,
meta
:
{
title
:
'设备新增'
}
meta
:
{
title
:
'设备新增'
}
},
},
{
{
path
:
'use-management'
,
path
:
'use-management'
,
props
:
true
,
props
:
true
,
...
@@ -146,11 +148,6 @@ export const constantRoutes = [
...
@@ -146,11 +148,6 @@ export const constantRoutes = [
name
:
'UseDetails'
,
name
:
'UseDetails'
,
meta
:
{
title
:
'使用详情'
,
icon
:
'table'
,
activeMenu
:
'/use-details'
}
meta
:
{
title
:
'使用详情'
,
icon
:
'table'
,
activeMenu
:
'/use-details'
}
}
}
]
},
]
]
},
},
// 病历管理
// 病历管理
...
...
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