diff --git a/src/components/estimate/Estimate.jsx b/src/components/estimate/Estimate.jsx index 3c9b4f2e..e4947ce9 100644 --- a/src/components/estimate/Estimate.jsx +++ b/src/components/estimate/Estimate.jsx @@ -1243,7 +1243,6 @@ export default function Estimate({}) {

{getMessage('estimate.detail.header.specialEstimate')}

-
{getMessage('estimate.detail.header.specialEstimateProductInfo')}
diff --git a/src/components/main/MainContents.jsx b/src/components/main/MainContents.jsx index 72034a8a..5cc77d25 100644 --- a/src/components/main/MainContents.jsx +++ b/src/components/main/MainContents.jsx @@ -151,7 +151,7 @@ export default function MainContents() { return (
  • -
    FAQ {row.totCnt - row.rowNumber}
    +
    FAQ {row.totCnt - row.rowNumber + 1}
    {row.title}
    {dayjs(row.regDt).format('YYYY.MM.DD')}
    diff --git a/src/components/management/StuffQGrid.jsx b/src/components/management/StuffQGrid.jsx index 3697d06b..6de31379 100644 --- a/src/components/management/StuffQGrid.jsx +++ b/src/components/management/StuffQGrid.jsx @@ -92,8 +92,6 @@ export default function StuffQGrid(props) { rowData={rowData} columnDefs={colDefs} defaultColDef={defaultColDef} - isRowSelectable={isRowSelectable} - suppressRowClickSelection={true} onCellDoubleClicked={onCellDoubleClicked} pagination={isPageable} overlayNoRowsTemplate={`${getMessage('stuff.grid.noData')}`}