按钮图标

This commit is contained in:
黎永顺 2023-01-29 14:46:38 +08:00
parent ace2bcb8b5
commit 117d1561c2
1 changed files with 0 additions and 8 deletions

View File

@ -99,14 +99,6 @@ class LedgerSalaryAdjustmentRules extends Component {
<WeaButtonIcon buttonType="add" type="primary" onClick={this.handleAddAdjustRule}/>
] : [];
const columns = [
{
title: "序号",
dataIndex: "index",
width: 60,
render: (text, record, index) => {
return index + 1;
}
},
{
dataIndex: "salaryItemName",
title: "薪资项目",