From 434637251a745e1e6a7c21314866d26cae745240 Mon Sep 17 00:00:00 2001 From: basssy Date: Tue, 14 Jan 2025 09:33:36 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=A4=EA=B3=84=EC=9D=98=EB=A2=B0=ED=8C=9D?= =?UTF-8?q?=EC=97=85=20=EC=B2=B4=ED=81=AC=EB=B0=95=EC=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/management/popup/PlanRequestPop.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/management/popup/PlanRequestPop.jsx b/src/components/management/popup/PlanRequestPop.jsx index 2dafe914..23a041be 100644 --- a/src/components/management/popup/PlanRequestPop.jsx +++ b/src/components/management/popup/PlanRequestPop.jsx @@ -169,13 +169,13 @@ export default function PlanRequestPop(props) { gridData: [], isPageable: false, gridColumns: [ - // { - // field: 'planStatName', - // headerName: getMessage('stuff.planReqPopup.gridHeader.planStatName'), - // minWidth: 150, - // checkboxSelection: true, - // showDisabledCheckboxes: true, - // }, + { + field: '', + headerName: '', + minWidth: 50, + checkboxSelection: true, + showDisabledCheckboxes: true, + }, { field: 'planReqNo', headerName: getMessage('stuff.planReqPopup.gridHeader.planReqNo'),