Commit 892cbc8fb00b23dba3d212b5ed83cc32da6066c5

Authored by xp.Huang
2 parents db8072d7 64d879d6

Merge branch 'fix/DEFECT-1573' into 'main_dev'

fix: 短信发送记录&&邮件发送记录时间筛选改为时间戳

See merge request yunteng/thingskit-front!865
... ... @@ -70,7 +70,7 @@
70 70 formConfig: {
71 71 labelWidth: 120,
72 72 schemas: searchFormSchema,
73   - fieldMapToTime: [['sendTime', ['startTime', 'endTime'], 'YYYY-MM-DD HH:mm:ss']],
  73 + fieldMapToTime: [['sendTime', ['startTime', 'endTime'], 'x']],
74 74 },
75 75 useSearchForm: true,
76 76 showTableSetting: true,
... ...
... ... @@ -67,7 +67,7 @@
67 67 formConfig: {
68 68 labelWidth: 120,
69 69 schemas: searchFormSchema,
70   - fieldMapToTime: [['sendTime', ['startTime', 'endTime'], 'YYYY-MM-DD HH:mm:ss']],
  70 + fieldMapToTime: [['sendTime', ['startTime', 'endTime'], 'x']],
71 71 },
72 72 useSearchForm: true,
73 73 showTableSetting: true,
... ...