|
|
@@ -50,18 +50,12 @@ const SyncClient = ({ customer, client }) => {
|
|
|
dataIndex: 'clientName',
|
|
|
title: '客户名称',
|
|
|
width: '15%',
|
|
|
- headerCellStyle: {
|
|
|
- backgroundColor: '#fff'
|
|
|
- },
|
|
|
ellipsis: true
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'districtName',
|
|
|
title: '客户地区',
|
|
|
width: '15%',
|
|
|
- headerCellStyle: {
|
|
|
- backgroundColor: '#fff'
|
|
|
- },
|
|
|
ellipsis: true,
|
|
|
renderText: text => text?.replaceAll(' / ', ',')
|
|
|
},
|
|
|
@@ -69,35 +63,23 @@ const SyncClient = ({ customer, client }) => {
|
|
|
dataIndex: 'address',
|
|
|
title: '地址',
|
|
|
width: '20%',
|
|
|
- headerCellStyle: {
|
|
|
- backgroundColor: '#fff'
|
|
|
- },
|
|
|
ellipsis: true
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'ride',
|
|
|
title: '乘车路线',
|
|
|
width: '20%',
|
|
|
- headerCellStyle: {
|
|
|
- backgroundColor: '#fff'
|
|
|
- },
|
|
|
ellipsis: true
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'landmarks',
|
|
|
title: '地标建筑',
|
|
|
width: '15%',
|
|
|
- headerCellStyle: {
|
|
|
- backgroundColor: '#fff'
|
|
|
- },
|
|
|
ellipsis: true
|
|
|
},
|
|
|
{
|
|
|
dataIndex: 'stay',
|
|
|
title: '参考住宿',
|
|
|
- headerCellStyle: {
|
|
|
- backgroundColor: '#fff'
|
|
|
- },
|
|
|
// width: '15%',
|
|
|
ellipsis: true
|
|
|
}
|
|
|
@@ -161,7 +143,7 @@ const SyncClient = ({ customer, client }) => {
|
|
|
</div>
|
|
|
</Checkbox.Group>
|
|
|
</div>
|
|
|
- <div className={styles.tableCont}>
|
|
|
+ <div className={styles.tableSyncClient}>
|
|
|
<Table
|
|
|
virtualized
|
|
|
rowKey="id"
|