Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TableAction 下拉按钮点击失效! #796

Closed
fengbindev opened this issue Jun 22, 2021 · 4 comments
Closed

TableAction 下拉按钮点击失效! #796

fengbindev opened this issue Jun 22, 2021 · 4 comments

Comments

@fengbindev
Copy link
Contributor

当我开启表格列勾选后,表格的TableAction下拉按钮点击失效,并且不断弹出警告。
效果如下所示:
image

我的表格代码如下:
image
image

@mynetfan
Copy link
Collaborator

警告是ant design vue和vue版本的兼容问题,目前请无视这些警告。
但你说的点击失效我测试没有问题,请检查自己的代码。

@fengbindev
Copy link
Contributor Author

警告是ant design vue和vue版本的兼容问题,目前请无视这些警告。
但你说的点击失效我测试没有问题,请检查自己的代码。
TableAction组件,下拉按钮空白处点击无用,必须点击到文字才行。拉取最新代码2.5.0测试,如下图所示,空白处点击无效。
image

@mynetfan
Copy link
Collaborator

未能重现,测试没有问题。

@fengbindev
Copy link
Contributor Author

未能重现,测试没有问题。

修改FixedColumn.vue文件,增加以下代码,然后点击第一个按钮空白处试试。
{ label: '启用启用启用启用', popConfirm: { title: '是否启用?', confirm: handleOpen.bind(null, record), }, },
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants