按钮图标
This commit is contained in:
parent
ace2bcb8b5
commit
117d1561c2
|
|
@ -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: "薪资项目",
|
||||
|
|
|
|||
Loading…
Reference in New Issue