Browse Source

fix: 修正日期时间格式的格式字符串

yz 1 month ago
parent
commit
1c3a7b7ba0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/shipment/status-query.vue

+ 1 - 1
src/views/shipment/status-query.vue

@@ -243,7 +243,7 @@ export default {
             label: '创建时间',
             prop: 'createTime',
             type: 'datetime',
-            format: 'YYYY-MM-DD HH:mm:ss',
+            format: 'yyyy-MM-dd HH:mm:ss',
             width: 160
           }
         ]