master-新增年终奖计税
This commit is contained in:
parent
84156ede1d
commit
8666e97ded
|
|
@ -188,8 +188,9 @@ export function renderCols(initialState: any[], type: string, i18n?: AnyObject,
|
|||
<Space>
|
||||
<Button type="link"
|
||||
onClick={() => postMessageToParent("VIEW", record)}>{i18n?.["查看详情"]}</Button>
|
||||
<Button type="link"
|
||||
onClick={() => postMessageToParent("log", record)}>{i18n?.["操作日志"]}</Button>
|
||||
<Dropdown menu={{ items: items.slice(-1) }} placement="bottomRight">
|
||||
<Button type="link" icon={<MoreOutlined/>}/>
|
||||
</Dropdown>
|
||||
</Space> :
|
||||
<>
|
||||
<Button type="link"
|
||||
|
|
|
|||
Loading…
Reference in New Issue