Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-composition-api
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
宁路鹏
vue-composition-api
Commits
4461e319
Commit
4461e319
authored
Oct 12, 2024
by
李承祥
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加结算智能分组
parent
9a1441da
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/router/index.js
+7
-2
src/views/outHistorygroupingsetl.vue
+0
-0
No files found.
src/router/index.js
View file @
4461e319
...
@@ -58,6 +58,12 @@ const router = new Router({
...
@@ -58,6 +58,12 @@ const router = new Router({
name
:
'outHistorygroupingnew'
,
name
:
'outHistorygroupingnew'
,
component
:
outHistorygroupingnew
component
:
outHistorygroupingnew
},
},
// 结算清单智能分组
{
path
:
'/outHistorygroupingsetl'
,
name
:
'outHistorygroupingsetl'
,
component
:
(
resolve
)
=>
require
([
'@/views/outHistorygroupingsetl.vue'
],
resolve
)
},
//进入路径
//进入路径
{
{
path
:
'/Entrypath'
,
path
:
'/Entrypath'
,
...
@@ -76,8 +82,7 @@ const router = new Router({
...
@@ -76,8 +82,7 @@ const router = new Router({
},
},
{
{
path
:
'/clinicalPathMaintenance'
,
path
:
'/clinicalPathMaintenance'
,
component
:
(
resolve
)
=>
component
:
(
resolve
)
=>
require
([
'@/views/clinicalPathMaintenance.vue'
],
resolve
)
require
([
'@/views/clinicalPathMaintenance.vue'
],
resolve
)
},
},
{
{
path
:
'/relationMapping'
,
path
:
'/relationMapping'
,
...
...
src/views/outHistorygroupingsetl.vue
0 → 100644
View file @
4461e319
This diff is collapsed.
Click to expand it.
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