Browse Source

승인 신청 목록 추가(시연 후 삭제)

pull/2/head
kyw546 12 months ago
parent
commit
bdf636976e
  1. 20
      src/components/laanc/LaancGrid.js

20
src/components/laanc/LaancGrid.js

@ -6,13 +6,29 @@ import { useSelector } from 'react-redux';
import moment from 'moment';
const data = [
{
name: '김장현',
flightStart: '2023-09-25',
flightEnd: '2023-09-25',
apploveType: '승인',
weight: '25kg',
altitude: '50m'
},
{
name: '김장현',
flightStart: '2023-09-26',
flightEnd: '2023-09-26',
apploveType: '승인',
weight: '26kg',
altitude: '180'
weight: '2kg',
altitude: '120m'
},
{
name: '김장현',
flightStart: '2023-09-27',
flightEnd: '2023-09-27',
apploveType: '승인',
weight: '7kg',
altitude: '100m'
}
];

Loading…
Cancel
Save