diff --git a/src/components/management/popup/FindAddressPop.jsx b/src/components/management/popup/FindAddressPop.jsx index 5ed7999b..a2ba5562 100644 --- a/src/components/management/popup/FindAddressPop.jsx +++ b/src/components/management/popup/FindAddressPop.jsx @@ -32,8 +32,6 @@ export default function FindAddressPop(props) { field: 'address1', headerName: getMessage('stuff.addressPopup.gridHeader.address1'), minWidth: 150, - checkboxSelection: true, - showDisabledCheckboxes: true, }, { field: 'address2', @@ -46,6 +44,10 @@ export default function FindAddressPop(props) { minWidth: 150, }, ], + rowSelection: { + checkboxes: true, + hideDisabledCheckboxes: true, + }, }) //검색필드 diff --git a/src/components/management/popup/PlanRequestPop.jsx b/src/components/management/popup/PlanRequestPop.jsx index 0e37c7be..02a2b52b 100644 --- a/src/components/management/popup/PlanRequestPop.jsx +++ b/src/components/management/popup/PlanRequestPop.jsx @@ -162,9 +162,7 @@ export default function PlanRequestPop(props) { { field: '', headerName: '', - minWidth: 50, - checkboxSelection: true, - showDisabledCheckboxes: true, + minWidth: 10, }, { field: 'planReqNo', @@ -203,6 +201,11 @@ export default function PlanRequestPop(props) { minWidth: 150, }, ], + rowSelection: { + checkboxes: true, + hideDisabledCheckboxes: true, + type: 'single', + }, }) //설계의뢰 그리드에서 선택한 설계의뢰 정보 @@ -371,25 +374,6 @@ export default function PlanRequestPop(props) { /> - {/*