diff options
Diffstat (limited to 'lib/vendor-investigation/table/investigation-table.tsx')
| -rw-r--r-- | lib/vendor-investigation/table/investigation-table.tsx | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lib/vendor-investigation/table/investigation-table.tsx b/lib/vendor-investigation/table/investigation-table.tsx index 660a8507..fcd2d0be 100644 --- a/lib/vendor-investigation/table/investigation-table.tsx +++ b/lib/vendor-investigation/table/investigation-table.tsx @@ -98,17 +98,6 @@ export function VendorsInvestigationTable({ promises }: VendorsTableProps) { ] }, { - id: "evaluationType", - label: "평가 유형", - type: "select", - options: [ - { label: "구매자체평가", value: "PURCHASE_SELF_EVAL" }, - { label: "서류평가", value: "DOCUMENT_EVAL" }, - { label: "제품검사평가", value: "PRODUCT_INSPECTION" }, - { label: "방문실사평가", value: "SITE_VISIT_EVAL" }, - ] - }, - { id: "evaluationResult", label: "평가 결과", type: "select", |
