Explorar o código

字段名称修改

seimin %!s(int64=3) %!d(string=hai) anos
pai
achega
58b1322462

+ 3 - 3
src/app/share/log-prompt-modal/log-prompt-modal.component.html

@@ -38,9 +38,9 @@
38
               >
38
               >
39
             </td>
39
             </td>
40
             <td>
40
             <td>
41
-              {{ data.handoverPersonName || "暂无" }}
42
-              <span *ngIf="data.handoverPersonAccount"
43
-                >({{ data.handoverPersonAccount }})</span
41
+              {{ data.handoverName || "暂无" }}
42
+              <span *ngIf="data.handoverAccount"
43
+                >({{ data.handoverAccount }})</span
44
               >
44
               >
45
             </td>
45
             </td>
46
           </tr>
46
           </tr>

+ 3 - 3
src/app/views/pharmacy2/pharmacy2.component.html

@@ -432,9 +432,9 @@
432
                   }}</ng-container>
432
                   }}</ng-container>
433
                 </span>
433
                 </span>
434
               </div>
434
               </div>
435
-              <!-- <div class="pharmacy-main__selectionItem" *ngIf="item.opLogs&&item.opLogs.length">
436
-                <span>{{item.opLogs[0].operationTime | date:'HH:mm'}} 由 {{item.opLogs[0].handoverPersonName}} 接收</span>
437
-              </div> -->
435
+              <div class="pharmacy-main__selectionItem" *ngIf="item.opLogs&&item.opLogs.length">
436
+                <span>{{item.opLogs[0].operationTime | date:'HH:mm'}} 由 {{item.opLogs[0].handoverName}} 接收</span>
437
+              </div>
438
             </div>
438
             </div>
439
           </div>
439
           </div>
440
           <div
440
           <div