Browse Source

관제 - 식별번호 검색시 타이틀 생성 현상 수정

pull/2/head
junh_eee 2 years ago
parent
commit
41daf50064
  1. 2
      src/views/control/report/ControlReportList.js

2
src/views/control/report/ControlReportList.js

@ -23,7 +23,7 @@ const ControlReportList = props => {
<div className='left-layer'>
<div className='layer-content'>
<div className='layer-ti'>
<h4>드론 비행 현황 정보{filterId}</h4>
<h4>드론 비행 현황 정보</h4>
<button
className='btn-icon'
color='primary'

Loading…
Cancel
Save