|
@@ -2079,7 +2079,7 @@ const MyClient = Form.create()(React.createClass({
|
|
</span>
|
|
</span>
|
|
<Button type="primary" onClick={this.search}>搜索</Button>
|
|
<Button type="primary" onClick={this.search}>搜索</Button>
|
|
<Button onClick={this.reset}>重置</Button>
|
|
<Button onClick={this.reset}>重置</Button>
|
|
- <Button onClick={() => { window.open(globalConfig.context + '/api/admin/customer/downloadTemplate?type=1') }}>下载批量导入模板</Button>
|
|
|
|
|
|
+ <Button onClick={() => { window.open(globalConfig.context + '/api/admin/customer/downloadTemplate?type=1') }} style={{display:'none'}}>下载批量导入模板</Button>
|
|
<Upload
|
|
<Upload
|
|
name="file"
|
|
name="file"
|
|
action={globalConfig.context + "/api/admin/customer/uploadExcel"}
|
|
action={globalConfig.context + "/api/admin/customer/uploadExcel"}
|
|
@@ -2101,7 +2101,7 @@ const MyClient = Form.create()(React.createClass({
|
|
message.error(`${info.file.name} 文件上传失败。`);
|
|
message.error(`${info.file.name} 文件上传失败。`);
|
|
};
|
|
};
|
|
}} >
|
|
}} >
|
|
- <Button>上传批量内容</Button>
|
|
|
|
|
|
+ <Button style={{display:'none'}}> 上传批量内容</Button>
|
|
</Upload>
|
|
</Upload>
|
|
{adminData.isSuperAdmin?<Popconfirm title="是否删除?" onConfirm={this.delectRow} okText="是" cancelText="否">
|
|
{adminData.isSuperAdmin?<Popconfirm title="是否删除?" onConfirm={this.delectRow} okText="是" cancelText="否">
|
|
<Button type="danger" style={{marginLeft:'10px'}}
|
|
<Button type="danger" style={{marginLeft:'10px'}}
|