diff --git a/src/views/customer_relation/index.jsx b/src/views/customer_relation/index.jsx index 30f821b..2b80bd0 100644 --- a/src/views/customer_relation/index.jsx +++ b/src/views/customer_relation/index.jsx @@ -143,7 +143,7 @@ const Index = () => { { 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_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: '状态',