huangyw 2 yıl önce
ebeveyn
işleme
f93147851c

+ 15 - 2
src/xt_pages/dialysis/template/DialysisPrintOrderFortySeven.vue Dosyayı Görüntüle

@@ -1483,11 +1483,11 @@
1483 1483
                       <span v-if="advice.remark.length > 0">({{advice.remark}})</span>
1484 1484
                     </td> -->
1485 1485
                         <!-- <td width="10%" v-if="(advice.children && advice.children.length > 0 || advice.parent_id > 0) && advice.isShow == 2" ></td> -->
1486
-                        <td height="32px">
1486
+                        <td height="32px" v-if="advice.advice_doctor">
1487 1487
                           <span
1488 1488
                             v-if="setAdminUserES(advice.advice_doctor) == ''"
1489 1489
                             >{{ getAdminUser(advice.advice_doctor) }}</span
1490
-                          >
1490
+                          >  
1491 1491
                           <img
1492 1492
                             style="height: 30px"
1493 1493
                             :src="setAdminUserES(advice.advice_doctor)"
@@ -1496,6 +1496,19 @@
1496 1496
                             v-else
1497 1497
                           />
1498 1498
                         </td>
1499
+                        <td v-else>
1500
+                            <span
1501
+                            v-if="setAdminUserES(advice.doctor) == ''"
1502
+                            >{{ getAdminUser(advice.doctor) }}</span
1503
+                          >
1504
+                          <img
1505
+                            style="height: 30px"
1506
+                            :src="setAdminUserES(advice.doctor)"
1507
+                            alt=""
1508
+                            srcset=""
1509
+                            
1510
+                          />
1511
+                        </td>
1499 1512
                         <!-- <td height="35px">
1500 1513
                       <span v-if="setAdminUserES(advice.checker) == ''">{{getAdminUser(advice.checker)}}</span>
1501 1514
                       <img style="height:20px;" :src="setAdminUserES(advice.checker)" alt="" srcset="" v-else>