Open 2810825 opened 1 year ago
`
<template #action="{ row, index }"> <Poptip confirm title="Are you sure you want to delete this item?" @on-ok="ok" @on-cancel="cancel"> <Button>Delete</Button> </Poptip> </template> </Table>
Poptip组件添加 transfer属性,不让他在table内部定位
`
`
Poptip组件添加 transfer属性,不让他在table内部定位