|
@@ -1,7 +1,7 @@
|
1
|
1
|
<template>
|
2
|
2
|
<div>
|
3
|
3
|
<div class="dialysisPage" style="padding-top: 40px">
|
4
|
|
- <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243 && org_id != 10537 && org_id != 0">
|
|
4
|
+ <div v-if="org_id != 10138 && org_id != 10278 && org_id != 10243 && org_id != 10537 && org_id != 0 ">
|
5
|
5
|
|
6
|
6
|
<printOne v-if="org_id != 10088 && org_id != 10215 && org_id != 10375 && org_id != 10188 && org_id != 0" v-bind:childResponse="childResponse"
|
7
|
7
|
:advicePrint="advicePrint" :ids="ids" :patient="patient" :hisPatient="hisPatient"
|