diff --git a/web/client/src/sections/fillion/components/patrolTable.js b/web/client/src/sections/fillion/components/patrolTable.js index 72067d1d..82ef2d51 100644 --- a/web/client/src/sections/fillion/components/patrolTable.js +++ b/web/client/src/sections/fillion/components/patrolTable.js @@ -99,7 +99,7 @@ const DetailForm = (props) => { if (data) { // Object.keys(data).map(key => { // }) - if ((new Date(data.time + '') > new Date('2023-8-1'))) { + if ((new Date(data.time + '') > new Date('2023-8-3'))) { return keyList.map(obj => { return ( diff --git a/web/client/src/sections/fillion/containers/maintenanceSpotCheck.js b/web/client/src/sections/fillion/containers/maintenanceSpotCheck.js index a0d52294..28586871 100644 --- a/web/client/src/sections/fillion/containers/maintenanceSpotCheck.js +++ b/web/client/src/sections/fillion/containers/maintenanceSpotCheck.js @@ -80,7 +80,7 @@ const DetailForm = (props) => { ]; const renderContent = (data) => { if (data) { - if (new Date(data.time) > new Date('2023-08-01')) { + if (new Date(data.time) > new Date('2023-08-03')) { return keyList.map(obj => { return
{obj.key}