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
68104d96
Commit
68104d96
authored
Feb 20, 2025
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医生端 v1.2 1、高危筛查 随访下的通用随访详情
parent
747b43e3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
41 additions
and
6 deletions
+41
-6
Visit.vue
src/doctor/patientDetail/components/screening/Visit.vue
+6
-6
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 @
68104d96
...
...
@@ -39,13 +39,13 @@
<span>
{{
item
.
visitUnitName
||
'-'
}}
</span>
</div>
</div>
<div
class=
"divider my-3"
v-if=
"item.serveType == 3"
></div>
<div
class=
"bt-group"
v-if=
"item.serveType == 3"
>
<div
class=
"divider my-3"
></div>
<div
class=
"bt-group"
>
<van-button
round
size=
"small"
class=
"doc-btn-primary"
@
click=
"toDetail(item)"
>
详情
</van-button>
<!--
<van-button
round
size=
"small"
class=
"doc-btn-primary"
@
click=
'editBtn(item)'
<van-button
round
size=
"small"
class=
"doc-btn-primary"
@
click=
'editBtn(item)'
v-if=
"!(item.allowUpdate !==1 || item.serveType == 3)"
>
修改
</van-button>
<van-button
round
size=
"small"
class=
"doc-btn-red"
@
click=
"delBtn(item)"
v-if=
"!(item.allowUpdate !==1 || item.serveType == 3)"
>
删除
</van-button>
-->
v-if=
"!(item.allowUpdate !==1 || item.serveType == 3)"
>
删除
</van-button>
</div>
</div>
</div>
...
...
@@ -133,9 +133,9 @@ export default {
}
if
(
record
.
serveType
==
3
)
{
this
.
$router
.
push
({
path
:
'/doctor/
followUp/generalFU/d
etail'
,
path
:
'/doctor/
screening/highVisit/GeneralFUD
etail'
,
query
:
{
relationI
d
:
record
.
relationId
i
d
:
record
.
relationId
}
})
}
...
...
src/doctor/screening/detail/GeneralFUDetail.vue
0 → 100644
View file @
68104d96
<!--专病随访详情页中间页-->
<
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 @
68104d96
...
...
@@ -85,6 +85,11 @@ const routes = [
name
:
'screening-secondDetail'
,
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'
,
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