bug-社保福利台账核算页面按钮文字修改

This commit is contained in:
黎永顺 2023-07-14 15:31:57 +08:00
parent 985b9612f6
commit 90bb69f292
1 changed files with 1 additions and 1 deletions

View File

@ -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>,