Commit 3d451592 by 唐玉峰

parent 7cddb121
...@@ -46,12 +46,12 @@ ...@@ -46,12 +46,12 @@
病人类型:<span>{{ HistoryInfo.patientType }}</span> 病人类型:<span>{{ HistoryInfo.patientType }}</span>
</div> </div>
</div> </div>
<div class="outpatientDetails_top_message_div5"> <!-- <div class="outpatientDetails_top_message_div5">
<span class="outpatientDetails_top_message_div5_tu5"><img src="../assets/img/je.png" alt="" /></span> <span class="outpatientDetails_top_message_div5_tu5"><img src="../assets/img/je.png" alt="" /></span>
<div class="outpatientDetails_top_message_div5_t5"> <div class="outpatientDetails_top_message_div5_t5">
自费占比:<span>{{ HistoryInfo.ownProportion != undefined ? decimal(HistoryInfo.ownProportion) + "%" : "" }}</span> 自费占比:<span>{{ HistoryInfo.ownProportion != undefined ? decimal(HistoryInfo.ownProportion) + "%" : "" }}</span>
</div> </div>
</div> </div> -->
</div> </div>
</div> </div>
<div class="outpatientDetails_msg"> <div class="outpatientDetails_msg">
...@@ -487,14 +487,14 @@ export default { ...@@ -487,14 +487,14 @@ export default {
value: 0, value: 0,
title: "全部", title: "全部",
}, },
{ // {
value: 1, // value: 1,
title: "医保", // title: "医保",
}, // },
{ // {
value: 2, // value: 2,
title: "自费", // title: "自费",
}, // },
], ],
btnspanind: 0, //按个按钮的ind btnspanind: 0, //按个按钮的ind
btnvalue: 0, //三个按钮没人高亮全部 btnvalue: 0, //三个按钮没人高亮全部
......
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