summaryrefslogtreecommitdiff
path: root/lib/pq/pq-review-table-new/vendors-table-columns.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-12-09 03:04:05 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-12-09 03:04:05 +0000
commitb5c174429548a53e5c86a13bdbfc61516e5ee345 (patch)
tree4c3c6102c6e6357c6821446ddfe085bcff2291cf /lib/pq/pq-review-table-new/vendors-table-columns.tsx
parent1ea1dfa5c2684838d37ebfc58e3e8fd98c2dc60b (diff)
(최겸) 구매 구매자서명 내 삼성중공업 정보 입력 추가
Diffstat (limited to 'lib/pq/pq-review-table-new/vendors-table-columns.tsx')
-rw-r--r--lib/pq/pq-review-table-new/vendors-table-columns.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pq/pq-review-table-new/vendors-table-columns.tsx b/lib/pq/pq-review-table-new/vendors-table-columns.tsx
index ae684172..a35884fc 100644
--- a/lib/pq/pq-review-table-new/vendors-table-columns.tsx
+++ b/lib/pq/pq-review-table-new/vendors-table-columns.tsx
@@ -46,6 +46,7 @@ export interface PQSubmission {
taxId: string
vendorStatus: string
email: string
+ vendorCountry?: string | null
// 프로젝트 정보
projectId: number | null
projectName: string | null