更新默认图片
This commit is contained in:
parent
fac8f62cfa
commit
0b07bfbb12
|
@ -1177,7 +1177,7 @@ export default class acclist extends React.Component{
|
||||||
maxAmount={1}
|
maxAmount={1}
|
||||||
onChange={(e)=>{this.onUploadChange2(e,rowData)}}
|
onChange={(e)=>{this.onUploadChange2(e,rowData)}}
|
||||||
onUpload={this.onUpload}
|
onUpload={this.onUpload}
|
||||||
defaultFileList={ rowData.describe_url ? [{'src':rowData.describe_url}] : null}
|
defaultFileList={ rowData.describe_url ? [{'src':rowData.describe_url}] : null}
|
||||||
value={rowData.describe_url}
|
value={rowData.describe_url}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
|
|
@ -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