Explorar el Código

药房端时间修改

seimin hace 3 años
padre
commit
eb4932e2cf
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pages/pharmacyDetails/pharmacyDetails.vue

+ 2 - 2
pages/pharmacyDetails/pharmacyDetails.vue

@@ -541,7 +541,7 @@
541 541
             if (result.status == 200) {
542 542
               result.list.forEach(v => {
543 543
                 if (v.operationTime) {
544
-                  v.operationTime = (new Date(v.operationTime)).Format("MM-dd hh:mm");
544
+                  v.operationTime = (new Date(v.operationTime)).Format("MM-dd hh:mm:ss");
545 545
                 }
546 546
               });
547 547
               this.queryProcessList = result.list;
@@ -573,7 +573,7 @@
573 573
             if (res.status == 200) {
574 574
               res.list.forEach(v => {
575 575
                 if (v.operationTime) {
576
-                  v.operationTime = (new Date(v.operationTime)).Format("MM-dd hh:mm");
576
+                  v.operationTime = (new Date(v.operationTime)).Format("MM-dd hh:mm:ss");
577 577
                 }
578 578
               });
579 579
               this.queryProcessList = res.list;