Commit 5c10002f authored by gengchunlei's avatar gengchunlei

医生端 v1.0.4 1、去掉慢病待随访的通用随访按钮

parent b186ee92
......@@ -66,7 +66,7 @@ export default {
if (!token) {
token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') {
token = '84bab73a-332a-4c01-bde2-723007ba0873'
token = 'c4950dcb-f1ec-4515-a3ab-15dccc53c709'
}
}
if (token) {
......
......@@ -59,7 +59,7 @@
<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='toAddGeneral(item)'>通用随访</van-button>
<!-- <van-button round size="small" class="doc-btn-primary" @click='toAddGeneral(item)'>通用随访</van-button>-->
<van-button round size="small" class="doc-btn-primary" @click="onIgnore(item)">忽略</van-button>
</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