|
|
|
@ -28,7 +28,7 @@ const AgentGroupList = () => {
|
|
|
|
|
<>
|
|
|
|
|
<Space direction="vertical" style={{width: '100%'}}>
|
|
|
|
|
<Row gutter={{md: 24}} justify="end">
|
|
|
|
|
<Col span={4}>
|
|
|
|
|
<Col span={8}>
|
|
|
|
|
<NavLink to={'/agent/group/count'}>返回</NavLink>
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={4}>
|
|
|
|
@ -57,19 +57,6 @@ const AgentGroupList = () => {
|
|
|
|
|
<Select.Option key="30" value="30">Trippest</Select.Option>
|
|
|
|
|
<Select.Option key="31" value="31">花梨鹰</Select.Option>
|
|
|
|
|
</Select>
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={4}>
|
|
|
|
|
<Select value={customerServicesStore.selectedCountry} style={{ width: "95%" }} onChange={(value) => customerServicesStore.selectCountry(value)}>
|
|
|
|
|
<Select.Option key="ALL" value="">
|
|
|
|
|
所有国家
|
|
|
|
|
</Select.Option>
|
|
|
|
|
<Select.Option key="china" value="china">
|
|
|
|
|
国内
|
|
|
|
|
</Select.Option>
|
|
|
|
|
<Select.Option key="foreign" value="foreign">
|
|
|
|
|
国外
|
|
|
|
|
</Select.Option>
|
|
|
|
|
</Select>
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={4}>
|
|
|
|
|
<Select value={dateType} style={{ width: "95%" }} onChange={(value) => customerServicesStore.selectDateType(value)}>
|
|
|
|
|