diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-03-27 04:30:31 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-03-27 04:30:31 +0000 |
| commit | e6e98a1bed7a23d148ab97b3a7414ade4b1d236b (patch) | |
| tree | 8738e9b4fd8a5a6f5b8b6aa237efafebbda134b1 /config | |
| parent | fe50d934fb0c34cbc37f8037602938d3fcdd5bf6 (diff) | |
20240327 작업사항
Diffstat (limited to 'config')
| -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", |
