Commit 75701a83 by Sendya

fix: selectedRowKeys length = 0 condition err

parent 6ca1655e
......@@ -63,7 +63,7 @@
<div class="table-operator">
<a-button type="primary" icon="plus" v-action:add>新建</a-button>
<a-dropdown v-action:edit && selectedRowKeys.length > 0">
<a-dropdown v-action:edit v-if="selectedRowKeys.length > 0">
<a-menu slot="overlay">
<a-menu-item key="1"><a-icon type="delete" />删除</a-menu-item>
<!-- lock | unlock -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment