master
This commit is contained in:
parent
61edeb5cfb
commit
8c95f9b37d
|
|
@ -304,7 +304,7 @@ export function renderCols(initialState: any[], type: string, i18n?: AnyObject,
|
|||
return (
|
||||
<Space>
|
||||
<Button type="link"
|
||||
onClick={() => postMessageToParent("VIEW", record)}>{i18n?.["查看详情"]}</Button>
|
||||
onClick={() => postMessageToParent("EDIT", record)}>{i18n?.["编辑"]}</Button>
|
||||
<Button type="link"
|
||||
onClick={() => postMessageToParent("DEL", record)}>{i18n?.["删除"]}</Button>
|
||||
</Space>
|
||||
|
|
|
|||
Loading…
Reference in New Issue