|
|
|
@ -29,7 +29,7 @@ const DestinationGroupList = () => {
|
|
|
|
|
<Space direction="vertical" style={{width: '100%'}}>
|
|
|
|
|
<Row gutter={{md: 24}} justify="end">
|
|
|
|
|
<Col span={8}>
|
|
|
|
|
<NavLink to={'/agent/group/count'}>返回</NavLink>
|
|
|
|
|
<NavLink to={'/destination/group/count'}>返回</NavLink>
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={4}>
|
|
|
|
|
<Select
|
|
|
|
@ -101,7 +101,6 @@ const DestinationGroupList = () => {
|
|
|
|
|
</Row>
|
|
|
|
|
<Row>
|
|
|
|
|
<Col span={24}>
|
|
|
|
|
<Typography.Title level={3}>{customerServicesStore.agentCompany}</Typography.Title>
|
|
|
|
|
<Table
|
|
|
|
|
dataSource={destinationGroupList}
|
|
|
|
|
columns={destinationGroupListColumns}
|
|
|
|
@ -124,8 +123,8 @@ const DestinationGroupList = () => {
|
|
|
|
|
</List.Item>
|
|
|
|
|
<List.Item>
|
|
|
|
|
<List.Item.Meta
|
|
|
|
|
title='评论内容'
|
|
|
|
|
description={record.ECI_Content}
|
|
|
|
|
title='地接社'
|
|
|
|
|
description={record.VendorList}
|
|
|
|
|
/>
|
|
|
|
|
</List.Item>
|
|
|
|
|
</List>
|
|
|
|
|