From a98eeb158fd476dc73f582f36e1789f740aa925e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?junh=5Feee=28=EC=9D=B4=EC=A4=80=ED=9D=AC=29?= Date: Tue, 16 May 2023 11:57:31 +0900 Subject: [PATCH] =?UTF-8?q?=EB=82=A8=EC=9B=90=EB=93=9C=EB=A1=A0=20?= =?UTF-8?q?=EC=8B=A4=EC=8B=9C=EA=B0=84=20=EC=98=81=EC=83=81=20=EB=B2=84?= =?UTF-8?q?=ED=8A=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/control/report/ControlReportList.js | 21 +++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/views/control/report/ControlReportList.js b/src/views/control/report/ControlReportList.js index 4e7e6ae..a236c22 100644 --- a/src/views/control/report/ControlReportList.js +++ b/src/views/control/report/ControlReportList.js @@ -96,7 +96,24 @@ const ControlReportList = props => { {item.dronStatus ? item.dronStatus : '-'} -
+ + {item.objectId.includes('NAMWON') ? ( +
+
+ + 실시간 영상보기 + +
+
+ ) : ( + <> + )} + + {/*
{ 실시간 영상보기
-
+ */} );