release/2.19.1.2501.01-个税
This commit is contained in:
parent
20da3fd4eb
commit
41a6afdb40
|
|
@ -336,7 +336,7 @@ class Index extends Component {
|
||||||
const { addAllLoading, incomeTaxStatus } = this.state;
|
const { addAllLoading, incomeTaxStatus } = this.state;
|
||||||
const commonBtns = [
|
const commonBtns = [
|
||||||
<Button type="primary" onClick={this.handleOpenImport}>导入</Button>,
|
<Button type="primary" onClick={this.handleOpenImport}>导入</Button>,
|
||||||
<Button type="ghost" onClick={this.handleOnlineAccess}>{getLabel(111, "在线获取")}</Button>,
|
// <Button type="ghost" onClick={this.handleOnlineAccess}>{getLabel(111, "在线获取")}</Button>,
|
||||||
<Button type="ghost" onClick={() => this.handleAddData()}>新建</Button>,
|
<Button type="ghost" onClick={() => this.handleAddData()}>新建</Button>,
|
||||||
<Dropdown
|
<Dropdown
|
||||||
overlay={
|
overlay={
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue