summaryrefslogtreecommitdiff
path: root/lib/swp
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-11-04 17:30:27 +0900
committerjoonhoekim <26rote@gmail.com>2025-11-04 17:30:27 +0900
commita1710296dbc1881a7ed86093872904a529901430 (patch)
tree62e4be5dabba4bf7c337769f391d11ce59154cc4 /lib/swp
parent680da9b323db8b8d7cf27c674ab0016ec87bfe81 (diff)
(김준회) RFQ 테이블 POS 다운로드할 수 있도록 변경, 벤더측은 다운로드시 암호화 해제 추가, item dialog 통일처리
Diffstat (limited to 'lib/swp')
-rw-r--r--lib/swp/table/swp-table-columns.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/swp/table/swp-table-columns.tsx b/lib/swp/table/swp-table-columns.tsx
index 09207be8..f42e7a7a 100644
--- a/lib/swp/table/swp-table-columns.tsx
+++ b/lib/swp/table/swp-table-columns.tsx
@@ -131,7 +131,7 @@ export const swpDocumentColumns: ColumnDef<DocumentListItem>[] = [
},
{
id: "actions",
- header: "액션",
+ header: "커버페이지 다운로드",
cell: function ActionCell({ row }) {
const [isDownloading, setIsDownloading] = React.useState(false);