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
5b537046
Commit
5b537046
authored
Mar 07, 2023
by
tangyufeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.智能分组 单选
2.查看下文案
parent
1fecaefe
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
9 deletions
+8
-9
src/router/index.js
+8
-9
src/views/outHistorygrouping.vue
+0
-0
src/views/outpatientDetails.vue
+0
-0
No files found.
src/router/index.js
View file @
5b537046
...
...
@@ -3,7 +3,7 @@
* @Date: 2022-06-07 00:31:25
* @LastEditors: wsq
* @LastEditTime: 2023-01-09 13:55:06
* @Description:
* @Description:
*/
import
Vue
from
"vue"
;
import
Router
from
"vue-router"
;
...
...
@@ -13,13 +13,14 @@ import outseeQualityControl from "@/views/outseeQualityControl.vue";
import
outpatientDetails
from
"@/views/outpatientDetails.vue"
;
import
outHistorygrouping
from
"@/views/outHistorygrouping.vue"
;
import
outClinicalpathway
from
"@/views/outClinicalpathway.vue"
;
import
Entrypath
from
'@/views/Entrypath.vue'
;
import
Entrypath
from
"@/views/Entrypath.vue"
;
Vue
.
use
(
Router
);
// const baseUrl = '/his/'
const
router
=
new
Router
({
// mode: baseUrl,
routes
:
[{
routes
:
[
{
path
:
"*"
,
component
:
(
resolve
)
=>
require
([
"@/components/404.vue"
],
resolve
),
},
...
...
@@ -44,10 +45,9 @@ const router = new Router({
},
//进入路径
{
path
:
'/Entrypath'
,
name
:
'Entrypath'
,
component
:
Entrypath
path
:
"/Entrypath"
,
name
:
"Entrypath"
,
component
:
Entrypath
,
},
//临床路径外放页面
{
...
...
@@ -64,4 +64,4 @@ router.beforeEach((to, from, next) => {
next
();
});
export
default
router
;
\ No newline at end of file
export
default
router
;
src/views/outHistorygrouping.vue
View file @
5b537046
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/views/outpatientDetails.vue
View file @
5b537046
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