Browse Source

laanc 승인 신청 그리드 비행 일시 수정

pull/2/head
김장현 12 months ago
parent
commit
8895187e6c
  1. 12
      src/components/laanc/LaancGrid.js

12
src/components/laanc/LaancGrid.js

@ -8,24 +8,24 @@ import moment from 'moment';
const data = [ const data = [
{ {
name: '김장현', name: '김장현',
flightStart: '2023-09-25', flightStart: '2023-09-25 12:50',
flightEnd: '2023-09-25', flightEnd: '2023-09-25 13:20',
apploveType: '승인', apploveType: '승인',
weight: '25kg', weight: '25kg',
altitude: '50m' altitude: '50m'
}, },
{ {
name: '김장현', name: '김장현',
flightStart: '2023-09-26', flightStart: '2023-09-26 14:40',
flightEnd: '2023-09-26', flightEnd: '2023-09-26 15:10',
apploveType: '승인', apploveType: '승인',
weight: '2kg', weight: '2kg',
altitude: '120m' altitude: '120m'
}, },
{ {
name: '김장현', name: '김장현',
flightStart: '2023-09-27', flightStart: '2023-09-27 16:30',
flightEnd: '2023-09-27', flightEnd: '2023-09-27 17:00',
apploveType: '승인', apploveType: '승인',
weight: '7kg', weight: '7kg',
altitude: '100m' altitude: '100m'

Loading…
Cancel
Save