From 0203bb827016653e08ed8c6f1bb75c374702bd6a Mon Sep 17 00:00:00 2001 From: wanyiwei Date: Fri, 22 Jul 2022 10:53:25 +0800 Subject: [PATCH] =?UTF-8?q?*=E4=BF=AE=E6=94=B9tab=E5=88=A4=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/sections/fillion/components/maintenanceTable.js | 4 ++-- web/client/src/sections/fillion/components/patrolTable.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/client/src/sections/fillion/components/maintenanceTable.js b/web/client/src/sections/fillion/components/maintenanceTable.js index 68397d78..83fafa72 100644 --- a/web/client/src/sections/fillion/components/maintenanceTable.js +++ b/web/client/src/sections/fillion/components/maintenanceTable.js @@ -99,7 +99,7 @@ for (let i = 0; i < 10; i += 1) { -const IPList = (props) => { +const PatrolNameList = (props) => { const { onChange, patrolName } = props; const columns = [ @@ -179,7 +179,7 @@ const MaintenanceTable = () => { return (
- setPatrolName(searchPatrolName)} patrolName={patrolName} /> + setPatrolName(searchPatrolName)} patrolName={patrolName} /> { +const PatrolNameList = (props) => { const { onChange, patrolName } = props; const columns = [ @@ -182,7 +182,7 @@ const PatrolTable = () => { return (
- setPatrolName(searchPatrolName)} patrolName={patrolName} /> + setPatrolName(searchPatrolName)} patrolName={patrolName} />