bug-社保福利台账核算页面按钮文字修改
This commit is contained in:
parent
985b9612f6
commit
90bb69f292
|
|
@ -459,7 +459,7 @@ export default class NormalIndex extends Component {
|
|||
const { loading } = standingBookStore;
|
||||
const btn1 = [
|
||||
<Button type="primary" onClick={this.handleBatchDelete}>批量删除</Button>,
|
||||
<Button type="primary" onClick={this.handleAdd}>添加该月正常缴纳人员</Button>
|
||||
<Button type="primary" onClick={this.handleAdd}>添加缴纳人员</Button>
|
||||
];
|
||||
const btn2 = [
|
||||
<Button type="primary" onClick={this.handleCommonAccountClick}>核算</Button>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue