Explorar el Código

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

zhongxiaoyu hace 2 años
padre
commit
93cd3653fc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/upload/index.vue

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

@@ -267,7 +267,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 '-'
         }