Commit d365f0e8 authored by gengchunlei's avatar gengchunlei

医生端 v1.2 1、高危筛查 随访下的通用随访详情

parent 58cece8d
......@@ -39,13 +39,13 @@
<span>{{ item.visitUnitName || '-' }}</span>
</div>
</div>
<div class="divider my-3" ></div>
<div class="bt-group">
<div class="divider my-3" v-if="item.serveType == 3"></div>
<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='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>
......
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