update shipment

This commit is contained in:
hamid zarghami
2025-11-25 09:24:03 +03:30
parent d77e83c08d
commit 2f6a339cee
6 changed files with 213 additions and 5 deletions
@@ -31,7 +31,7 @@ export const getShipmentMethodTableColumns = ({ onDelete, isDeleting }: GetShipm
key: 'price',
title: 'قیمت',
render: (item: RestaurantShipmentMethod) => {
return item.price ? `${item.price.toLocaleString()} تومان` : '-'
return item.price ? `${item.price.toLocaleString()} تومان` : 'رایگان'
}
},
{