瀏覽代碼

药房端时间修改

seimin 3 年之前
父節點
當前提交
eb4932e2cf
共有 1 個文件被更改,包括 2 次插入2 次删除
  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;