Crud Membership
This commit is contained in:
@@ -26,14 +26,14 @@ export const ProductComponent = observer((props) => {
|
||||
},
|
||||
{
|
||||
title: "Harga Beli",
|
||||
dataIndex: "price",
|
||||
key: "price",
|
||||
dataIndex: "basePrice",
|
||||
key: "basePrice",
|
||||
},
|
||||
,
|
||||
{
|
||||
title: "Harga Jual",
|
||||
dataIndex: "base_price",
|
||||
key: "base_price",
|
||||
dataIndex: "price",
|
||||
key: "price",
|
||||
},
|
||||
{
|
||||
title: "Gangguan",
|
||||
|
||||
Reference in New Issue
Block a user