diff options
| author | rlaks5757 <rlaks5757@gmail.com> | 2025-03-27 17:48:36 +0900 |
|---|---|---|
| committer | rlaks5757 <rlaks5757@gmail.com> | 2025-03-27 17:48:36 +0900 |
| commit | 773918229ccb14c0d00798fbbf2b2be0130a8251 (patch) | |
| tree | ab9e200e65cc471ec139cd8482bde70a3b0a105f /config/poColumnsConfig.ts | |
| parent | 92ddb4f13d48cbf344dc2bf63df4457b3c713608 (diff) | |
| parent | 34bbeb86c1a8d24b5f526710889b5e54d699cfd0 (diff) | |
merge complete
Diffstat (limited to 'config/poColumnsConfig.ts')
| -rw-r--r-- | config/poColumnsConfig.ts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/poColumnsConfig.ts b/config/poColumnsConfig.ts index 6466f3e1..606c6ab4 100644 --- a/config/poColumnsConfig.ts +++ b/config/poColumnsConfig.ts @@ -52,6 +52,14 @@ export const poColumnsConfig: PoColumnConfig[] = [ type: "text", }, { + id: "esignStatus", // db에 없는 가상 컬럼 + label: "E-Sign Status", + excelHeader: "E-Sign Status", + group: "Basic Info", + type: "custom", // 커스텀 렌더링이 필요함을 나타냄 + customType: "esignStatus", // 구분이 필요한 경우 추가 필드 + }, + { id: "startDate", label: "Start Date", excelHeader: "Start Date", |
