We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca1655 commit 75701a8Copy full SHA for 75701a8
src/views/list/TableList.vue
@@ -63,7 +63,7 @@
63
64
<div class="table-operator">
65
<a-button type="primary" icon="plus" v-action:add>新建</a-button>
66
- <a-dropdown v-action:edit && selectedRowKeys.length > 0">
+ <a-dropdown v-action:edit v-if="selectedRowKeys.length > 0">
67
<a-menu slot="overlay">
68
<a-menu-item key="1"><a-icon type="delete" />删除</a-menu-item>
69
<!-- lock | unlock -->
0 commit comments