|
@@ -1189,39 +1189,17 @@
|
1189
|
1189
|
>
|
1190
|
1190
|
|
1191
|
1191
|
<span
|
1192
|
|
- v-if="
|
1193
|
|
- setAdminUserES(
|
1194
|
|
- advices == null
|
1195
|
|
- ? 0
|
1196
|
|
- : advices[0].advice_doctor
|
1197
|
|
- ? advices[0].advice_doctor
|
1198
|
|
- : ''
|
1199
|
|
- ) == ''
|
1200
|
|
- "
|
|
1192
|
+ style="height: 20px"
|
|
1193
|
+ v-if="setAdminUserES(advices[0].advice_doctor) == ''"
|
1201
|
1194
|
>
|
1202
|
|
- {{
|
1203
|
|
- getAdminUser(
|
1204
|
|
- advices == null
|
1205
|
|
- ? 0
|
1206
|
|
- : advices[0].advice_doctor
|
1207
|
|
- ? advices[0].advice_doctor
|
1208
|
|
- : ""
|
1209
|
|
- )
|
1210
|
|
- }}
|
|
1195
|
+ {{ getAdminUser(advices[0].advice_doctor) }}
|
1211
|
1196
|
</span>
|
1212
|
1197
|
<img
|
1213
|
|
- style="height: 30px"
|
1214
|
|
- :src="
|
1215
|
|
- setAdminUserES(
|
1216
|
|
- prescription == null
|
1217
|
|
- ? 0
|
1218
|
|
- : prescription.creater
|
1219
|
|
- ? prescription.creater
|
1220
|
|
- : ''
|
1221
|
|
- )
|
1222
|
|
- "
|
1223
|
|
- alt=""
|
1224
|
|
- srcset=""
|
|
1198
|
+ class="es-img"
|
|
1199
|
+ style="height: 25px"
|
|
1200
|
+ :src="setAdminUserES(advices[0].advice_doctor)"
|
|
1201
|
+ alt
|
|
1202
|
+ srcset
|
1225
|
1203
|
v-else
|
1226
|
1204
|
/>
|
1227
|
1205
|
</span>
|
|
@@ -1456,7 +1434,6 @@ import BreadCrumb from "@/xt_pages/components/bread-crumb";
|
1456
|
1434
|
// import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
|
1457
|
1435
|
// import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
|
1458
|
1436
|
import print from "print-js";
|
1459
|
|
-
|
1460
|
1437
|
export default {
|
1461
|
1438
|
name: "dialysisPrintOrderFour",
|
1462
|
1439
|
components: {
|