From 7326ee26c35ea5a23827171e16a589bcaf4f225d Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Thu, 3 Aug 2023 02:31:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E6=9C=9F8=E6=9C=88?= =?UTF-8?q?=E4=B8=89=E6=97=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/client/src/sections/fillion/components/patrolTable.js | 2 +- .../src/sections/fillion/containers/maintenanceSpotCheck.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}