|
@@ -69,11 +69,11 @@ class ChannelUnit extends Component {
|
|
dataIndex: "createTime",
|
|
dataIndex: "createTime",
|
|
key: "createTime",
|
|
key: "createTime",
|
|
},
|
|
},
|
|
- {
|
|
|
|
- title: "跟进人",
|
|
|
|
- dataIndex: "aName",
|
|
|
|
- key: "aName",
|
|
|
|
- },
|
|
|
|
|
|
+ // {
|
|
|
|
+ // title: "跟进人",
|
|
|
|
+ // dataIndex: "aName",
|
|
|
|
+ // key: "aName",
|
|
|
|
+ // },
|
|
{
|
|
{
|
|
title: "操作",
|
|
title: "操作",
|
|
dataIndex: "op",
|
|
dataIndex: "op",
|
|
@@ -619,11 +619,11 @@ class ChannelUnit extends Component {
|
|
return (
|
|
return (
|
|
<div className="user-content">
|
|
<div className="user-content">
|
|
<div className="content-title" style={{ marginBottom: 10 }}>
|
|
<div className="content-title" style={{ marginBottom: 10 }}>
|
|
- <span style={{ fontWeight: 900, fontSize: 16 }}>渠道单位</span>
|
|
|
|
|
|
+ <span style={{ fontWeight: 900, fontSize: 16 }}>公共渠道列表</span>
|
|
</div>
|
|
</div>
|
|
- <Tabs defaultActiveKey="1">
|
|
|
|
|
|
+ <Tabs defaultActiveKey="1" >
|
|
<TabPane tab="搜索" key="1">
|
|
<TabPane tab="搜索" key="1">
|
|
- <div style={{ padding: "10px 0" }}>
|
|
|
|
|
|
+ <div>
|
|
<Form layout="inline">
|
|
<Form layout="inline">
|
|
<FormItem>
|
|
<FormItem>
|
|
<Input
|
|
<Input
|
|
@@ -710,7 +710,7 @@ class ChannelUnit extends Component {
|
|
))}
|
|
))}
|
|
</Select>
|
|
</Select>
|
|
</FormItem>
|
|
</FormItem>
|
|
- <FormItem>
|
|
|
|
|
|
+ {/* <FormItem>
|
|
<AutoComplete
|
|
<AutoComplete
|
|
className="certain-category-search"
|
|
className="certain-category-search"
|
|
dropdownClassName="certain-category-search-dropdown"
|
|
dropdownClassName="certain-category-search-dropdown"
|
|
@@ -725,7 +725,7 @@ class ChannelUnit extends Component {
|
|
>
|
|
>
|
|
<Input />
|
|
<Input />
|
|
</AutoComplete>
|
|
</AutoComplete>
|
|
- </FormItem>
|
|
|
|
|
|
+ </FormItem> */}
|
|
<FormItem>
|
|
<FormItem>
|
|
<Select
|
|
<Select
|
|
placeholder={"渠道类型"}
|
|
placeholder={"渠道类型"}
|
|
@@ -784,7 +784,6 @@ class ChannelUnit extends Component {
|
|
<div
|
|
<div
|
|
style={{
|
|
style={{
|
|
marginLeft: 10,
|
|
marginLeft: 10,
|
|
- marginTop: 10,
|
|
|
|
paddingBottom: 10,
|
|
paddingBottom: 10,
|
|
display: "flex",
|
|
display: "flex",
|
|
}}
|
|
}}
|
|
@@ -826,14 +825,14 @@ class ChannelUnit extends Component {
|
|
>
|
|
>
|
|
渠道日志
|
|
渠道日志
|
|
</Button>
|
|
</Button>
|
|
- <Button
|
|
|
|
|
|
+ {/* <Button
|
|
type="primary"
|
|
type="primary"
|
|
onClick={this.remove.bind(this)}
|
|
onClick={this.remove.bind(this)}
|
|
style={{ marginLeft: "10px" }}
|
|
style={{ marginLeft: "10px" }}
|
|
disabled={!hasSelected}
|
|
disabled={!hasSelected}
|
|
>
|
|
>
|
|
移出渠道
|
|
移出渠道
|
|
- </Button>
|
|
|
|
|
|
+ </Button> */}
|
|
<Button
|
|
<Button
|
|
type="primary"
|
|
type="primary"
|
|
onClick={() => {
|
|
onClick={() => {
|
|
@@ -847,13 +846,13 @@ class ChannelUnit extends Component {
|
|
更改日志
|
|
更改日志
|
|
</Button>
|
|
</Button>
|
|
</div>
|
|
</div>
|
|
- <Button
|
|
|
|
|
|
+ {/* <Button
|
|
type="primary"
|
|
type="primary"
|
|
onClick={this.addClick.bind(this)}
|
|
onClick={this.addClick.bind(this)}
|
|
style={{ marginLeft: "10px" }}
|
|
style={{ marginLeft: "10px" }}
|
|
>
|
|
>
|
|
新增渠道
|
|
新增渠道
|
|
- </Button>
|
|
|
|
|
|
+ </Button> */}
|
|
</div>
|
|
</div>
|
|
</TabPane>
|
|
</TabPane>
|
|
<TabPane tab="更改表格显示数据" key="3">
|
|
<TabPane tab="更改表格显示数据" key="3">
|