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
77b0ed8c
Commit
77b0ed8c
authored
Jan 21, 2025
by
gengchunlei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
医生端小程序 v1.2 1、个人信息编辑按钮去掉和死亡相关的逻辑处理
parent
98a30171
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
PatientDetail.vue
src/doctor/patientDetail/PatientDetail.vue
+1
-1
No files found.
src/doctor/patientDetail/PatientDetail.vue
View file @
77b0ed8c
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<span
class=
'tag mr-2'
>
{{ residentInfo.genderName || '-' }}
</span>
<span
class=
'tag mr-2'
>
{{ residentInfo.genderName || '-' }}
</span>
<span
:class=
"[deathStatus == 9 ? 'tag-red' : 'tag' ,'mr-2']"
<span
:class=
"[deathStatus == 9 ? 'tag-red' : 'tag' ,'mr-2']"
@
click=
'toDeath'
>
{{ deathStatus == 9 ? '死亡' : '存活' }}
</span>
@
click=
'toDeath'
>
{{ deathStatus == 9 ? '死亡' : '存活' }}
</span>
<doc-icon
type=
'doc-edit'
class=
'text-primary'
@
click=
'toArchivesEdit'
v-if=
'deathStatus !=9'
/>
<doc-icon
type=
'doc-edit'
class=
'text-primary'
@
click=
'toArchivesEdit'
/>
<!-- <van-icon class="text-red" name="share" v-if='deathStatus ==9' @click='toCancelDeath'/>-->
<!-- <van-icon class="text-red" name="share" v-if='deathStatus ==9' @click='toCancelDeath'/>-->
</div>
</div>
<div
class=
'flex flex-col'
style=
'row-gap: .04rem;line-height: 1.5;'
>
<div
class=
'flex flex-col'
style=
'row-gap: .04rem;line-height: 1.5;'
>
...
...
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