diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-03 01:59:36 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-03 01:59:36 +0000 |
| commit | de4c8a6a6b7c918a7a16fc34423d1143209c295f (patch) | |
| tree | 9fbf0b93e5cbe9c3a8ca18c8bcd4dda5bf9640c5 /config/techVendorColumnsConfig.ts | |
| parent | deb2d31dba913a3b831523f41b9bf2e286c53af1 (diff) | |
(최겸) 기술영업 벤더 공종 조회 기능 추가
Diffstat (limited to 'config/techVendorColumnsConfig.ts')
| -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",
|
