Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
frontend-h5
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songrui
frontend-h5
Commits
1bd41aeb
Commit
1bd41aeb
authored
Feb 20, 2025
by
芮自成
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'chronic-dev' of
http://gitlab.yiboshi.com/nightkis1995/frontend-h5
into chronic-dev
parents
11b5b199
d365f0e8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
38 additions
and
3 deletions
+38
-3
Visit.vue
src/doctor/patientDetail/components/screening/Visit.vue
+2
-2
FirstDetail.vue
src/doctor/screening/detail/FirstDetail.vue
+1
-1
GeneralFUDetail.vue
src/doctor/screening/detail/GeneralFUDetail.vue
+30
-0
index.js
src/router/index.js
+5
-0
No files found.
src/doctor/patientDetail/components/screening/Visit.vue
View file @
1bd41aeb
...
@@ -133,9 +133,9 @@ export default {
...
@@ -133,9 +133,9 @@ export default {
}
}
if
(
record
.
serveType
==
3
)
{
if
(
record
.
serveType
==
3
)
{
this
.
$router
.
push
({
this
.
$router
.
push
({
path
:
'/doctor/
followUp/generalFU/d
etail'
,
path
:
'/doctor/
screening/highVisit/GeneralFUD
etail'
,
query
:
{
query
:
{
relationI
d
:
record
.
relationId
i
d
:
record
.
relationId
}
}
})
})
}
}
...
...
src/doctor/screening/detail/FirstDetail.vue
View file @
1bd41aeb
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<span
@
click=
"onBack"
class=
"text-12 back-bt"
>
<span
@
click=
"onBack"
class=
"text-12 back-bt"
>
<doc-icon
type=
"doc-left2"
/>
<doc-icon
type=
"doc-left2"
/>
</span>
</span>
<span>
高危
筛查详情
</span>
<span>
主要慢病
筛查详情
</span>
</div>
</div>
<div
class=
"px-4 py-3 flex shrink-0 base-info"
>
<div
class=
"px-4 py-3 flex shrink-0 base-info"
>
<div
class=
"flex w-full"
>
<div
class=
"flex w-full"
>
...
...
src/doctor/screening/detail/GeneralFUDetail.vue
0 → 100644
View file @
1bd41aeb
<!--专病随访详情页中间页-->
<
template
>
<div>
<!-- 通用随访详情-->
<currency-f-u-detail
:id=
'id'
></currency-f-u-detail>
</div>
</
template
>
<
script
>
import
CurrencyFUDetail
from
'@/doctor/followUp/generalFU/detail/Detail'
export
default
{
name
:
'GeneralFUDetail'
,
components
:
{
CurrencyFUDetail
},
data
()
{
return
{}
},
computed
:
{
id
()
{
return
this
.
$route
.
query
.
id
}
}
}
</
script
>
<
style
scoped
>
</
style
>
\ No newline at end of file
src/router/index.js
View file @
1bd41aeb
...
@@ -85,6 +85,11 @@ const routes = [
...
@@ -85,6 +85,11 @@ const routes = [
name
:
'screening-secondDetail'
,
name
:
'screening-secondDetail'
,
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/screening/detail/SecondDetail.vue'
)
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/screening/detail/SecondDetail.vue'
)
},
},
{
path
:
'screening/highVisit/GeneralFUDetail'
,
name
:
'screening-highVisit-GeneralFUDetail'
,
component
:
()
=>
import
(
/* webpackChunkName: "doctor" */
'@/doctor/screening/detail/GeneralFUDetail'
)
},
{
{
path
:
'followUp/detail'
,
path
:
'followUp/detail'
,
name
:
'followUp-detail'
,
name
:
'followUp-detail'
,
...
...
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