Unverified Commit 3b1d4a57 by Sendya

fix: selectedRowKeys length = 0 condition err

parent 987a56b4
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
<div class="table-operator"> <div class="table-operator">
<a-button type="primary" icon="plus" v-action:add>新建</a-button> <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 slot="overlay">
<a-menu-item key="1"><a-icon type="delete" />删除</a-menu-item> <a-menu-item key="1"><a-icon type="delete" />删除</a-menu-item>
<!-- lock | unlock --> <!-- 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