|
@@ -25,7 +25,7 @@
|
25
|
25
|
<el-switch v-model="is_open_xt_his" @change="changeFuncOne"></el-switch>
|
26
|
26
|
<p style="margin-top:20px;">门诊处方和临时医嘱同步到透析医嘱:
|
27
|
27
|
<el-switch v-model="is_open_advice_xt_his" @change="changeFuncSix"></el-switch>
|
28
|
|
- <p style="margin-top:20px;">是否出库:
|
|
28
|
+ <p style="margin-top:20px;" v-if="is_open_advice_xt_his==true">是否出库:
|
29
|
29
|
<el-switch v-model="is_open_prescription_xt_his" @change="changeFuncSeven"></el-switch>
|
30
|
30
|
</p>
|
31
|
31
|
</div>
|