|
@@ -182,6 +182,33 @@
|
182
|
182
|
</div>
|
183
|
183
|
</div>
|
184
|
184
|
</div>
|
|
185
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;" >
|
|
186
|
+
|
|
187
|
+ <div class="inline_block" style="flex:1;" >
|
|
188
|
+ 内瘘:
|
|
189
|
+ <div
|
|
190
|
+ class="under_line"
|
|
191
|
+ style="width: 120px;text-align: center"
|
|
192
|
+ >
|
|
193
|
+ {{
|
|
194
|
+ predialysis.internal_fistula
|
|
195
|
+ ? predialysis.internal_fistula
|
|
196
|
+ : "/"
|
|
197
|
+ }}
|
|
198
|
+ </div>
|
|
199
|
+ </div>
|
|
200
|
+ </div>
|
|
201
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;" >
|
|
202
|
+
|
|
203
|
+ <div class="inline_block" style="flex:1;" >
|
|
204
|
+ 导管:
|
|
205
|
+ <div
|
|
206
|
+ style="width: 90%;text-align: left;display: inline-block;border-bottom: 1px solid #999;"
|
|
207
|
+ >
|
|
208
|
+ {{ predialysis.catheter ? predialysis.catheter : "/" }}
|
|
209
|
+ </div>
|
|
210
|
+ </div>
|
|
211
|
+ </div>
|
185
|
212
|
<div class="row" style="padding: 2px 0;line-height:23px;display:flex;" >
|
186
|
213
|
<div class="inline_block" style=" flex: 1">
|
187
|
214
|
穿刺方式:
|
|
@@ -684,7 +711,6 @@
|
684
|
711
|
<td style="font-size: 16px" width="10%">医生签名</td>
|
685
|
712
|
<td style="font-size: 16px" width="10%">时间</td>
|
686
|
713
|
<td style="font-size: 16px" width="10%">执行人签名</td>
|
687
|
|
- <td style="font-size: 16px" width="10%" v-if="org_id == 10223 || org_id ==9538">核对护士</td>
|
688
|
714
|
</tr>
|
689
|
715
|
<!-- <template v-for="group in doctor_advices" > -->
|
690
|
716
|
<tr v-for="(advice, advice_index) in doctor_advices" :key="advice_index" >
|
|
@@ -716,10 +742,6 @@
|
716
|
742
|
<img style="height:20px;" :src="setAdminUserES(advice.execution_staff)" alt="" srcset="" v-else>
|
717
|
743
|
</td>
|
718
|
744
|
|
719
|
|
- <td height="35px" v-if="org_id ==10223 || org_id == 9538">
|
720
|
|
- <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
|
721
|
|
- <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>
|
722
|
|
- </td>
|
723
|
745
|
</tr>
|
724
|
746
|
<!-- </template> -->
|
725
|
747
|
</tbody>
|
|
@@ -868,24 +890,28 @@
|
868
|
890
|
}}
|
869
|
891
|
</div>
|
870
|
892
|
</div>
|
871
|
|
- <div class="inline_block" style="flex:1.5;">
|
872
|
|
- 导管:
|
|
893
|
+
|
|
894
|
+ <div class="inline_block" style="flex:1;">
|
|
895
|
+ KTV(在线):
|
873
|
896
|
<div
|
874
|
|
- style="width: 70%;text-align: left;display: inline-block;border-bottom: 1px solid #999;"
|
|
897
|
+ class="under_line"
|
|
898
|
+ style="min-width: 60px;text-align: center"
|
875
|
899
|
>
|
876
|
900
|
{{
|
877
|
|
- afterdialysis.catheter ? afterdialysis.catheter : "/"
|
|
901
|
+ afterdialysis.ktv ? afterdialysis.ktv : "/"
|
878
|
902
|
}}
|
879
|
903
|
</div>
|
880
|
904
|
</div>
|
881
|
|
- <div class="inline_block" style="flex:1;">
|
882
|
|
- KTV(在线):
|
|
905
|
+ </div>
|
|
906
|
+
|
|
907
|
+ <div class="row" style="padding: 2px 0;line-height:23px;display:flex;">
|
|
908
|
+ <div class="inline_block" style="flex:1.5;">
|
|
909
|
+ 导管:
|
883
|
910
|
<div
|
884
|
|
- class="under_line"
|
885
|
|
- style="min-width: 60px;text-align: center"
|
|
911
|
+ style="width: 70%;text-align: left;display: inline-block;border-bottom: 1px solid #999;"
|
886
|
912
|
>
|
887
|
913
|
{{
|
888
|
|
- afterdialysis.ktv ? afterdialysis.ktv : "/"
|
|
914
|
+ afterdialysis.catheter ? afterdialysis.catheter : "/"
|
889
|
915
|
}}
|
890
|
916
|
</div>
|
891
|
917
|
</div>
|