diff options
| author | joonhoekim <26rote@gmail.com> | 2025-10-14 15:13:43 +0900 |
|---|---|---|
| committer | joonhoekim <26rote@gmail.com> | 2025-10-14 15:13:43 +0900 |
| commit | b61931f50ba63f9a91ac8eb01fd91aa6e2fb6119 (patch) | |
| tree | 35aaa7b9d3c509236d94490deb24271133ddbbaa /lib/rfq-last/attachment | |
| parent | 598a40808b45413b373334092c3b60cab97d09b6 (diff) | |
| parent | dfc898b298e16bf686d2929db0eee50abe87881d (diff) | |
(김준회) AVL, Vendorpool 관련 요구사항 처리
Diffstat (limited to 'lib/rfq-last/attachment')
| -rw-r--r-- | lib/rfq-last/attachment/rfq-attachments-table.tsx | 4 | ||||
| -rw-r--r-- | lib/rfq-last/attachment/vendor-response-table.tsx | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/rfq-last/attachment/rfq-attachments-table.tsx b/lib/rfq-last/attachment/rfq-attachments-table.tsx index d97d32fd..92a89417 100644 --- a/lib/rfq-last/attachment/rfq-attachments-table.tsx +++ b/lib/rfq-last/attachment/rfq-attachments-table.tsx @@ -431,9 +431,9 @@ export function RfqAttachmentsTable({ <DropdownMenuItem onClick={() => handleAction({ type: "download", row })}> 다운로드 </DropdownMenuItem> - <DropdownMenuItem onClick={() => handleAction({ type: "preview", row })}> + {/* <DropdownMenuItem onClick={() => handleAction({ type: "preview", row })}> 미리보기 - </DropdownMenuItem> + </DropdownMenuItem> */} <DropdownMenuSeparator /> <DropdownMenuItem onClick={() => handleAction({ type: "history", row })}> 리비전 히스토리 diff --git a/lib/rfq-last/attachment/vendor-response-table.tsx b/lib/rfq-last/attachment/vendor-response-table.tsx index 47a23d18..8488eea1 100644 --- a/lib/rfq-last/attachment/vendor-response-table.tsx +++ b/lib/rfq-last/attachment/vendor-response-table.tsx @@ -460,10 +460,10 @@ export function VendorResponseTable({ <Download className="mr-2 h-4 w-4" /> 다운로드 </DropdownMenuItem> - <DropdownMenuItem onClick={() => handleAction({ row, type: "preview" })}> + {/* <DropdownMenuItem onClick={() => handleAction({ row, type: "preview" })}> <Eye className="mr-2 h-4 w-4" /> 미리보기 - </DropdownMenuItem> + </DropdownMenuItem> */} </DropdownMenuContent> </DropdownMenu> ); |
