mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
feat: optimize the style of bank account transactions tables
This commit is contained in:
@@ -212,6 +212,7 @@ export const useItemsTableColumns = () => {
|
||||
align: 'right',
|
||||
width: 150,
|
||||
clickable: true,
|
||||
money: true,
|
||||
},
|
||||
{
|
||||
id: 'cost_price',
|
||||
@@ -220,6 +221,7 @@ export const useItemsTableColumns = () => {
|
||||
align: 'right',
|
||||
width: 150,
|
||||
clickable: true,
|
||||
money: true,
|
||||
},
|
||||
{
|
||||
id: 'quantity_on_hand',
|
||||
@@ -229,6 +231,7 @@ export const useItemsTableColumns = () => {
|
||||
align: 'right',
|
||||
width: 140,
|
||||
clickable: true,
|
||||
money: true,
|
||||
},
|
||||
],
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user