Bladeren bron

药房端时间修改

seimin 3 jaren geleden
bovenliggende
commit
eb4932e2cf
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      pages/pharmacyDetails/pharmacyDetails.vue

+ 2 - 2
pages/pharmacyDetails/pharmacyDetails.vue

@@ -541,7 +541,7 @@
541
             if (result.status == 200) {
541
             if (result.status == 200) {
542
               result.list.forEach(v => {
542
               result.list.forEach(v => {
543
                 if (v.operationTime) {
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
               this.queryProcessList = result.list;
547
               this.queryProcessList = result.list;
@@ -573,7 +573,7 @@
573
             if (res.status == 200) {
573
             if (res.status == 200) {
574
               res.list.forEach(v => {
574
               res.list.forEach(v => {
575
                 if (v.operationTime) {
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
               this.queryProcessList = res.list;
579
               this.queryProcessList = res.list;