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
d365f0e8
Commit
d365f0e8
authored
2 months ago
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医生端 v1.2 1、高危筛查 随访下的通用随访详情
parent
58cece8d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Visit.vue
src/doctor/patientDetail/components/screening/Visit.vue
+4
-4
No files found.
src/doctor/patientDetail/components/screening/Visit.vue
View file @
d365f0e8
...
@@ -39,13 +39,13 @@
...
@@ -39,13 +39,13 @@
<span>
{{
item
.
visitUnitName
||
'-'
}}
</span>
<span>
{{
item
.
visitUnitName
||
'-'
}}
</span>
</div>
</div>
</div>
</div>
<div
class=
"divider my-3"
></div>
<div
class=
"divider my-3"
v-if=
"item.serveType == 3"
></div>
<div
class=
"bt-group"
>
<div
class=
"bt-group"
v-if=
"item.serveType == 3"
>
<van-button
round
size=
"small"
class=
"doc-btn-primary"
@
click=
"toDetail(item)"
>
详情
</van-button>
<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>
v-if=
"!(item.allowUpdate !==1 || item.serveType == 3)"
>
修改
</van-button>
<van-button
round
size=
"small"
class=
"doc-btn-red"
@
click=
"delBtn(item)"
<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>
</div>
</div>
</div>
...
...
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