mirror of
https://github.com/vbenjs/gf-vben-admin.git
synced 2025-02-03 03:32:59 +08:00
fix(table-action): divider
not work as expected
修复tableAction中的divider未按预期工作
This commit is contained in:
parent
b3307fe283
commit
7593ef6a4f
@ -14,11 +14,7 @@
|
|||||||
<Divider
|
<Divider
|
||||||
type="vertical"
|
type="vertical"
|
||||||
class="action-divider"
|
class="action-divider"
|
||||||
v-if="
|
v-if="divider && index < getActions.length - 1"
|
||||||
divider &&
|
|
||||||
index < getActions.length - (dropDownActions ? 0 : 1) &&
|
|
||||||
getDropdownList.length > 0
|
|
||||||
"
|
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<Dropdown
|
<Dropdown
|
||||||
|
Loading…
Reference in New Issue
Block a user