mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-02-07 07:31:23 +08:00
fix(projects): fix NButton props conflicts.
This commit is contained in:
@@ -100,7 +100,6 @@ function toggleSelectAll(checked: boolean) {
|
|||||||
</div>
|
</div>
|
||||||
<ButtonIcon
|
<ButtonIcon
|
||||||
:disabled="!item.checked"
|
:disabled="!item.checked"
|
||||||
text
|
|
||||||
:focusable="false"
|
:focusable="false"
|
||||||
:tooltip-content="$t(tooltipRecord[item.fixed!])"
|
:tooltip-content="$t(tooltipRecord[item.fixed!])"
|
||||||
@click="handleFixed(item)"
|
@click="handleFixed(item)"
|
||||||
|
|||||||
Reference in New Issue
Block a user