Commit 77b0ed8c authored by gengchunlei's avatar gengchunlei

医生端小程序 v1.2 1、个人信息编辑按钮去掉和死亡相关的逻辑处理

parent 98a30171
......@@ -15,7 +15,7 @@
<span class='tag mr-2'>{{ residentInfo.genderName || '-' }}</span>
<span :class="[deathStatus == 9 ? 'tag-red' : 'tag' ,'mr-2']"
@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'/>-->
</div>
<div class='flex flex-col' style='row-gap: .04rem;line-height: 1.5;'>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment