fix: supplier menu
This commit is contained in:
@@ -69,8 +69,8 @@ export const SupplierComponent = observer((props) => {
|
||||
,
|
||||
{
|
||||
title: "Saldo",
|
||||
dataIndex: "saldo",
|
||||
key: "saldo",
|
||||
dataIndex: ["coa","amount"],
|
||||
key: ["coa","amount"],
|
||||
},
|
||||
{
|
||||
title: "Status",
|
||||
|
||||
Reference in New Issue
Block a user