Pārlūkot izejas kodu

药房2时间显示修改

seimin 3 gadi atpakaļ
vecāks
revīzija
db09760679

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

@@ -29,7 +29,7 @@
29 29
         <tbody>
30 30
           <tr *ngFor="let data of historySpecimenList; let i = index">
31 31
             <td>{{ i + 1 }}</td>
32
-            <td>{{ data.operationTime | date: "MM-dd HH:mm" }}</td>
32
+            <td>{{ data.operationTime | date: "MM-dd HH:mm:ss" }}</td>
33 33
             <td>{{ data.operationType ? data.operationType.name : "" }}</td>
34 34
             <td>
35 35
               {{ data.username || "暂无" }}

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

@@ -169,7 +169,7 @@
169 169
                 </span>
170 170
               </div>
171 171
               <div class="pharmacy-main__selectionItem" *ngIf="item.opLogs&&item.opLogs.length">
172
-                <span>{{item.opLogs[0].operationTime | date:'HH:mm'}} 由 {{item.opLogs[0].username}} 配药</span>
172
+                <span>{{item.opLogs[0].operationTime | date:'HH:mm:ss'}} 由 {{item.opLogs[0].username}} 配药</span>
173 173
               </div>
174 174
             </div>
175 175
           </div>
@@ -257,7 +257,7 @@
257 257
                 </span>
258 258
               </div>
259 259
               <div class="pharmacy-main__selectionItem" *ngIf="item.opLogs&&item.opLogs.length">
260
-                <span>{{item.opLogs[0].operationTime | date:'HH:mm'}} 由 {{item.opLogs[0].username}} 核对</span>
260
+                <span>{{item.opLogs[0].operationTime | date:'HH:mm:ss'}} 由 {{item.opLogs[0].username}} 核对</span>
261 261
               </div>
262 262
             </div>
263 263
           </div>
@@ -345,7 +345,7 @@
345 345
                 </span>
346 346
               </div>
347 347
               <div class="pharmacy-main__selectionItem" *ngIf="item.opLogs&&item.opLogs.length">
348
-                <span>{{item.opLogs[0].operationTime | date:'HH:mm'}} 由 {{item.opLogs[0].username}} 配送</span>
348
+                <span>{{item.opLogs[0].operationTime | date:'HH:mm:ss'}} 由 {{item.opLogs[0].username}} 配送</span>
349 349
               </div>
350 350
             </div>
351 351
           </div>
@@ -433,7 +433,7 @@
433 433
                 </span>
434 434
               </div>
435 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>
436
+                <span>{{item.opLogs[0].operationTime | date:'HH:mm:ss'}} 由 {{item.opLogs[0].handoverName}} 接收</span>
437 437
               </div>
438 438
             </div>
439 439
           </div>