Crud Membership

This commit is contained in:
2021-12-10 13:18:42 +07:00
parent ab347b8ff9
commit a0207af25e
4 changed files with 220 additions and 190 deletions

View File

@@ -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",