|
@@ -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 -->
|