diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-28 02:13:30 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-28 02:13:30 +0000 |
| commit | ef4c533ebacc2cdc97e518f30e9a9350004fcdfb (patch) | |
| tree | 345251a3ed0f4429716fa5edaa31024d8f4cb560 /lib/poa | |
| parent | 9ceed79cf32c896f8a998399bf1b296506b2cd4a (diff) | |
~20250428 작업사항
Diffstat (limited to 'lib/poa')
| -rw-r--r-- | lib/poa/table/poa-table.tsx | 2 | ||||
| -rw-r--r-- | lib/poa/validations.ts | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/poa/table/poa-table.tsx b/lib/poa/table/poa-table.tsx index a5cad02a..72b84d72 100644 --- a/lib/poa/table/poa-table.tsx +++ b/lib/poa/table/poa-table.tsx @@ -79,7 +79,7 @@ export function ChangeOrderListsTable({ promises }: ItemsTableProps) { }, { id: "vendorId", - label: "벤더 ID", + label: "협력업체 ID", type: "number", }, { diff --git a/lib/poa/validations.ts b/lib/poa/validations.ts index eae1b5ab..8fdf9bdf 100644 --- a/lib/poa/validations.ts +++ b/lib/poa/validations.ts @@ -35,7 +35,7 @@ export const searchParamsCache = createSearchParamsCache({ projectCode: parseAsString.withDefault(""), projectName: parseAsString.withDefault(""), - // 벤더 정보 + // 협력업체 정보 vendorId: parseAsString.withDefault(""), vendorName: parseAsString.withDefault(""), |
