summaryrefslogtreecommitdiff
path: root/lib/bidding/pre-quote/table/bidding-pre-quote-vendor-columns.tsx
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-09-08 10:29:19 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-09-08 10:29:19 +0000
commitf93493f68c9f368e10f1c3379f1c1384068e3b14 (patch)
treea9dada58741750fa7ca6e04b210443ad99a6bccc /lib/bidding/pre-quote/table/bidding-pre-quote-vendor-columns.tsx
parente832a508e1b3c531fb3e1b9761e18e1b55e3d76a (diff)
(대표님, 최겸) rfqLast, bidding, prequote
Diffstat (limited to 'lib/bidding/pre-quote/table/bidding-pre-quote-vendor-columns.tsx')
-rw-r--r--lib/bidding/pre-quote/table/bidding-pre-quote-vendor-columns.tsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/bidding/pre-quote/table/bidding-pre-quote-vendor-columns.tsx b/lib/bidding/pre-quote/table/bidding-pre-quote-vendor-columns.tsx
index f28f9e1f..7e84f178 100644
--- a/lib/bidding/pre-quote/table/bidding-pre-quote-vendor-columns.tsx
+++ b/lib/bidding/pre-quote/table/bidding-pre-quote-vendor-columns.tsx
@@ -317,7 +317,7 @@ export function getBiddingPreQuoteVendorColumns({
},
{
id: 'actions',
- header: '작업',
+ header: '액션',
cell: ({ row }) => {
const company = row.original
@@ -330,7 +330,6 @@ export function getBiddingPreQuoteVendorColumns({
</Button>
</DropdownMenuTrigger>
<DropdownMenuContent align="end">
- <DropdownMenuLabel>작업</DropdownMenuLabel>
{/* <DropdownMenuItem onClick={() => onEdit(company)}>
<Edit className="mr-2 h-4 w-4" />
수정
@@ -341,7 +340,6 @@ export function getBiddingPreQuoteVendorColumns({
초대 발송
</DropdownMenuItem>
)}
- <DropdownMenuSeparator />
<DropdownMenuItem
onClick={() => onDelete(company)}
className="text-destructive"