Преглед изворни кода

速运行李-时间格式问题修改

zhongxiaoyu пре 1 година
родитељ
комит
fc0ef7ae79
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/upload/index.vue

+ 1 - 1
src/views/upload/index.vue

@@ -208,7 +208,7 @@ export default {
     currDate () {
       return function (time) {
         if (time) {
-          return parseTime(new Date(time), '{y}-{m}-{d} {h}:{m}:{s}')
+          return parseTime(new Date(time), '{y}-{m}-{d} {h}:{i}:{s}')
         } else {
           return '-'
         }