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