更新默认图片
This commit is contained in:
parent
fac8f62cfa
commit
0b07bfbb12
|
@ -605,7 +605,7 @@ export default class acclist extends React.Component{
|
||||||
name: 'creator_name',
|
name: 'creator_name',
|
||||||
prop:'creator_name',
|
prop:'creator_name',
|
||||||
type: "normal",
|
type: "normal",
|
||||||
width:'50px'
|
width:'100px'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '时间范围',
|
title: '时间范围',
|
||||||
|
@ -682,9 +682,6 @@ export default class acclist extends React.Component{
|
||||||
];
|
];
|
||||||
return(
|
return(
|
||||||
<div id="dislist">
|
<div id="dislist">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<TabPage tabs={this.state.tabList}>
|
<TabPage tabs={this.state.tabList}>
|
||||||
<div className="distable dflexj">
|
<div className="distable dflexj">
|
||||||
<Button type="primary" icon="plus" onClick={this.clickFn.bind(this)}>新建营销计划</Button>
|
<Button type="primary" icon="plus" onClick={this.clickFn.bind(this)}>新建营销计划</Button>
|
||||||
|
|
Loading…
Reference in New Issue