custom/钱智
This commit is contained in:
parent
f0a536e0ff
commit
ebd9f53c99
|
|
@ -154,8 +154,9 @@ class StandingBook extends Component {
|
|||
})}>{getLabel(538780, "核算")}</Button>
|
||||
];
|
||||
!fcAuth && rightBtns.splice(1, 2);
|
||||
!showOperateBtn && rightBtns.splice(-1, 1);
|
||||
return (<WeaTop title={getLabel(538002, "社保福利台账")} icon={<i className="icon-coms-fa"/>}
|
||||
iconBgcolor="#F14A2D" buttons={showOperateBtn ? rightBtns : []} className="salary-welfare-record"
|
||||
iconBgcolor="#F14A2D" buttons={rightBtns} className="salary-welfare-record"
|
||||
showDropIcon onDropMenuClick={this.onDropMenuClick}
|
||||
dropMenuDatas={[
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue