feat: add column supplier and profit produk in history
This commit is contained in:
parent
e0dac8c405
commit
4ff97fa1fd
|
@ -286,8 +286,8 @@ export const DetailUser = observer(() => {
|
||||||
key: "failed_reason",
|
key: "failed_reason",
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
if (store.authentication.userData.role !== "Admin") delete columns[1];
|
if (store.authentication.userData.role !== "Admin") delete column[1];
|
||||||
if (store.authentication.userData.role !== "Admin") delete columns[2];
|
if (store.authentication.userData.role !== "Admin") delete column[2];
|
||||||
|
|
||||||
const routeData = [
|
const routeData = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user