Browse Source

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

zhongxiaoyu 1 year ago
parent
commit
93cd3653fc
1 changed files with 1 additions and 1 deletions
  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 '-'
         }