diff options
Diffstat (limited to 'config/vendorInvestigationsColumnsConfig.ts')
| -rw-r--r-- | config/vendorInvestigationsColumnsConfig.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/vendorInvestigationsColumnsConfig.ts b/config/vendorInvestigationsColumnsConfig.ts index f3e0133e..ceb532e8 100644 --- a/config/vendorInvestigationsColumnsConfig.ts +++ b/config/vendorInvestigationsColumnsConfig.ts @@ -9,7 +9,6 @@ export type VendorInvestigationsViewRaw = { requesterId: number | null qmManagerId: number | null investigationStatus: "PLANNED" | "IN_PROGRESS" | "COMPLETED" | "CANCELED" - evaluationType: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL" investigationAddress: string | null investigationMethod: "PURCHASE_SELF_EVAL" | "DOCUMENT_EVAL" | "PRODUCT_INSPECTION" | "SITE_VISIT_EVAL" | null scheduledStartAt: Date | null @@ -85,14 +84,6 @@ export const vendorInvestigationsColumnsConfig: VendorInvestigationsColumnConfig }, { - id: "evaluationType", - label: "평가 유형", - excelHeader: "평가 유형", - group: "실사", - }, - - - { id: "investigationAddress", label: "실사 주소", excelHeader: "실사 주소", |
