- change field profit produk to mark_up_price

This commit is contained in:
Fadli 2022-08-11 00:01:35 +07:00
parent fcbc1640ca
commit bf7f143315

View File

@ -203,10 +203,8 @@ export const DetailUser = observer(() => {
},
{
title: "Profit Produk",
dataIndex: "profit_produk",
key: "",
render: (text, record) =>
record.price - record.product_price
dataIndex: "mark_up_price",
key: "mark_up_price",
},
{
title: "Harga",