|
|
|
@ -49,10 +49,10 @@ function Index() {
|
|
|
|
|
|
|
|
|
|
const columns = [
|
|
|
|
|
{ title: t('products:Vendor'), key: 'vendor', dataIndex: 'travel_agency_name' },
|
|
|
|
|
{ title: t('products:CreatedBy'), key: 'created_by', dataIndex: 'created_by' },
|
|
|
|
|
{ title: t('products:CreatedBy'), key: 'created_by', dataIndex: 'created_by_name' },
|
|
|
|
|
{ title: t('products:CreateDate'), key: 'create_date', dataIndex: 'create_date' },
|
|
|
|
|
{ title: t('products:AuState'), key: 'audit_state', dataIndex: 'audit_state' },
|
|
|
|
|
{ title: t('products:AuditedBy'), key: 'audited_by', dataIndex: 'audited_by' },
|
|
|
|
|
{ title: t('products:AuditedBy'), key: 'audited_by', dataIndex: 'audited_by_name' },
|
|
|
|
|
{ title: t('products:AuditDate'), key: 'audit_date', dataIndex: 'audit_date' },
|
|
|
|
|
{
|
|
|
|
|
title: '',
|
|
|
|
|