mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
refactor(FE): Update column headers in CustomerPaymentTab
This commit is contained in:
@@ -307,7 +307,7 @@ const CustomerPaymentTab = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'do_date_or_payment_date',
|
id: 'do_date_or_payment_date',
|
||||||
header: 'Tanggal DO/Bayar',
|
header: 'Tanggal Jual/Bayar',
|
||||||
accessorKey: 'trans_date',
|
accessorKey: 'trans_date',
|
||||||
enableSorting: false,
|
enableSorting: false,
|
||||||
cell: (props) => {
|
cell: (props) => {
|
||||||
@@ -361,7 +361,7 @@ const CustomerPaymentTab = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'qty',
|
id: 'qty',
|
||||||
header: 'Ekor/Qty',
|
header: 'Qty',
|
||||||
accessorKey: 'qty',
|
accessorKey: 'qty',
|
||||||
enableSorting: false,
|
enableSorting: false,
|
||||||
cell: (props) => {
|
cell: (props) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user