|
|
|
@ -143,7 +143,7 @@ const Index = () => {
|
|
|
|
{ title: '团号', dataIndex: 'crt_coli_id', key: 'crt_coli_id' },
|
|
|
|
{ title: '团号', dataIndex: 'crt_coli_id', key: 'crt_coli_id' },
|
|
|
|
{ title: '客人', dataIndex: 'crt_mei_firstname', key: 'crt_mei_firstname', render: (text, record) => record.crt_mei_firstname + ' ' + record.crt_mei_lastname },
|
|
|
|
{ title: '客人', dataIndex: 'crt_mei_firstname', key: 'crt_mei_firstname', render: (text, record) => record.crt_mei_firstname + ' ' + record.crt_mei_lastname },
|
|
|
|
{ title: '时区', dataIndex: 'crt_coi2_country', key: 'crt_coi2_country' },
|
|
|
|
{ title: '时区', dataIndex: 'crt_coi2_country', key: 'crt_coi2_country' },
|
|
|
|
// { title: '时区', dataIndex: 'ct_coi_code', key: 'ct_coi_code' },
|
|
|
|
{ title: '国籍', dataIndex: 'crt_mei_country', key: 'crt_mei_country' },
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
|
title: '状态',
|
|
|
|
title: '状态',
|
|
|
|
|