|
|
@ -104,7 +104,7 @@ const payrollFilesTable: FC = (props) => {
|
|
|
|
<MoreOutlined style={{ fontSize: 16 }}/>
|
|
|
|
<MoreOutlined style={{ fontSize: 16 }}/>
|
|
|
|
</Dropdown>
|
|
|
|
</Dropdown>
|
|
|
|
</Space>;
|
|
|
|
</Space>;
|
|
|
|
} else if (selectedKey === "fixed") {
|
|
|
|
} else if (selectedKey === "fixed" || selectedKey === "ext") {
|
|
|
|
dom = <Button type="link" style={{ padding: "0" }} onClick={() => window.parent.postMessage(
|
|
|
|
dom = <Button type="link" style={{ padding: "0" }} onClick={() => window.parent.postMessage(
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type: "turn",
|
|
|
|
type: "turn",
|
|
|
|