From 54e0c852899a476e4e1d56d1768a772704cf80f8 Mon Sep 17 00:00:00 2001 From: Ycc Date: Thu, 24 Jul 2025 11:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=9B=BD=E7=B1=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/customer_relation/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '状态',