diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/techVendorColumnsConfig.ts | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config/techVendorColumnsConfig.ts b/config/techVendorColumnsConfig.ts index c4b85b7b..f7fd4478 100644 --- a/config/techVendorColumnsConfig.ts +++ b/config/techVendorColumnsConfig.ts @@ -32,20 +32,23 @@ export const techVendorColumnsConfig: VendorColumnConfig[] = [ label: "업체 코드",
excelHeader: "업체 코드",
},
-
{
id: "vendorName",
label: "업체명",
excelHeader: "업체명",
},
-
{
id: "techVendorType",
label: "벤더 타입",
excelHeader: "벤더 타입",
type: "string",
},
-
+ {
+ id: "workTypes",
+ label: "Work Type",
+ excelHeader: "Work Type",
+ type: "string",
+ },
{
id: "taxId",
label: "세금 ID",
|
