瀏覽代碼

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

caojunjie 3 年之前
父節點
當前提交
cbf4d63a3d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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,