diff options
Diffstat (limited to 'lib/tech-vendors/table/vendor-all-export.ts')
| -rw-r--r-- | lib/tech-vendors/table/vendor-all-export.ts | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/lib/tech-vendors/table/vendor-all-export.ts b/lib/tech-vendors/table/vendor-all-export.ts index 4278249a..a1ad4fd1 100644 --- a/lib/tech-vendors/table/vendor-all-export.ts +++ b/lib/tech-vendors/table/vendor-all-export.ts @@ -82,6 +82,13 @@ function createBasicInfoSheet( { header: "주소", key: "address", width: 30 }, { header: "대표자명", key: "representativeName", width: 15 }, { header: "생성일", key: "createdAt", width: 15 }, + { header: "벤더타입", key: "techVendorType", width: 15 }, + { header: "대리점명", key: "agentName", width: 15 }, + { header: "대리점연락처", key: "agentPhone", width: 15 }, + { header: "대리점이메일", key: "agentEmail", width: 25 }, + { header: "대리점주소", key: "agentAddress", width: 30 }, + { header: "대리점국가", key: "agentCountry", width: 15 }, + { header: "대리점영문국가명", key: "agentCountryEng", width: 20 }, ]; // 헤더 스타일 설정 @@ -240,9 +247,6 @@ function formatDate(date: Date | string): string { // 상태 코드를 읽기 쉬운 텍스트로 변환하는 함수 function getStatusText(status: string): string { const statusMap: Record<string, string> = { - "PENDING_REVIEW": "검토 대기중", - "IN_REVIEW": "검토 중", - "REJECTED": "거부됨", "ACTIVE": "활성", "INACTIVE": "비활성", "BLACKLISTED": "거래 금지" |
