Browse Source

修改陆运台账日期显示格式

caojunjie 3 years ago
parent
commit
cbf4d63a3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/landTransportation/reportAnalysis/index.vue

+ 1 - 1
src/views/landTransportation/reportAnalysis/index.vue

@@ -303,7 +303,7 @@ export default {
           type: "date",
           searchRange: true,
           defaultTime: ['00:00:00', '23:59:59'],
-          format: "yyyy-MM-dd HH:mm:ss",
+          format: "yyyy-MM-dd HH:mm",
           valueFormat: "yyyy-MM-dd HH:mm:ss",
           index: 2,
           width: 150,