Commit 76387b667d53c8e8166d5f40bece3fa079e551f1

Authored by fengtao
1 parent 5e0cf7dc

fix:修改日志管理查询时间为时间戳

@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
45 formConfig: { 45 formConfig: {
46 labelWidth: 120, 46 labelWidth: 120,
47 schemas: searchFormSchema, 47 schemas: searchFormSchema,
48 - fieldMapToTime: [['queryTime', ['startTime', 'endTime'], 'YYYY-MM-DD HH:mm:ss']], 48 + fieldMapToTime: [['queryTime', ['startTime', 'endTime'], 'x']],
49 }, 49 },
50 useSearchForm: true, 50 useSearchForm: true,
51 showTableSetting: true, 51 showTableSetting: true,
@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
45 formConfig: { 45 formConfig: {
46 labelWidth: 120, 46 labelWidth: 120,
47 schemas: searchFormSchema, 47 schemas: searchFormSchema,
48 - fieldMapToTime: [['queryTime', ['startTime', 'endTime'], 'YYYY-MM-DD HH:mm:ss']], 48 + fieldMapToTime: [['queryTime', ['startTime', 'endTime'], 'x']],
49 }, 49 },
50 useSearchForm: true, 50 useSearchForm: true,
51 showTableSetting: true, 51 showTableSetting: true,
@@ -45,7 +45,7 @@ @@ -45,7 +45,7 @@
45 formConfig: { 45 formConfig: {
46 labelWidth: 120, 46 labelWidth: 120,
47 schemas: searchFormSchema, 47 schemas: searchFormSchema,
48 - fieldMapToTime: [['queryTime', ['startTime', 'endTime'], 'YYYY-MM-DD HH:mm:ss']], 48 + fieldMapToTime: [['queryTime', ['startTime', 'endTime'], 'x']],
49 }, 49 },
50 useSearchForm: true, 50 useSearchForm: true,
51 showTableSetting: true, 51 showTableSetting: true,