Przeglądaj źródła

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

caojunjie 3 lat temu
rodzic
commit
cbf4d63a3d

+ 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,