|
|
|
@ -47,7 +47,7 @@ class AgentGroup extends Component {
|
|
|
|
|
return (
|
|
|
|
|
<>
|
|
|
|
|
<Space direction="vertical" style={{width: '100%'}}>
|
|
|
|
|
<Row gutter={{ xs: 8, sm: 16, md: 24, lg: 32 }}>
|
|
|
|
|
<Row gutter={{md: 24}}>
|
|
|
|
|
<Col md={8} lg={7} xxl={6}>
|
|
|
|
|
<Select value={dateType} style={{ width: "95%" }} onChange={(value) => customerServicesStore.selectDateType(value)}>
|
|
|
|
|
<Select.Option key="1" value="startDate">
|
|
|
|
@ -76,7 +76,7 @@ class AgentGroup extends Component {
|
|
|
|
|
}}
|
|
|
|
|
/>
|
|
|
|
|
</Col>
|
|
|
|
|
<Col md={8} lg={5} xxl={8}>
|
|
|
|
|
<Col md={8}>
|
|
|
|
|
<Button
|
|
|
|
|
type="primary"
|
|
|
|
|
icon={<SearchOutlined />}
|
|
|
|
@ -115,7 +115,7 @@ class AgentGroup extends Component {
|
|
|
|
|
</Row>
|
|
|
|
|
</Space>
|
|
|
|
|
</>
|
|
|
|
|
);
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|