diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-29 13:32:39 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-09-29 13:32:39 +0000 |
| commit | f9afa89a4f27283f5b115cd89ececa08145b5c89 (patch) | |
| tree | d8fb77fdf67f79347bb285462d39576b15b2316c /lib/rfq-last/table/rfq-table.tsx | |
| parent | 4614210aa9878922cfa1e424ce677ef893a1b6b2 (diff) | |
(최겸) 빌드 오류(오타), rfq필터 시트 용어 수정, 프로젝트 셀렉터 고정값 수정
Diffstat (limited to 'lib/rfq-last/table/rfq-table.tsx')
| -rw-r--r-- | lib/rfq-last/table/rfq-table.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/rfq-last/table/rfq-table.tsx b/lib/rfq-last/table/rfq-table.tsx index 09bf5af4..9f78f578 100644 --- a/lib/rfq-last/table/rfq-table.tsx +++ b/lib/rfq-last/table/rfq-table.tsx @@ -285,8 +285,6 @@ export function RfqTable({ { id: "rfqTitle", label: "견적 제목", type: "text" }, ] as DataTableAdvancedFilterField<RfqsLastView>[] : []), ...(rfqCategory === "itb" ? [ - { id: "projectCompany", label: "프로젝트 회사", type: "text" }, - { id: "projectSite", label: "프로젝트 사이트", type: "text" }, { id: "smCode", label: "SM 코드", type: "text" }, ] as DataTableAdvancedFilterField<RfqsLastView>[] : []), ...(rfqCategory === "rfq" ? [ |
