mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 05:11:59 +08:00
validate actions in Smart Browser (#442)
This commit is contained in:
parent
79cc4d0cbb
commit
dcc956d07c
@ -48,7 +48,7 @@
|
||||
v-show="!action.hidden"
|
||||
:key="index"
|
||||
:index="action.name"
|
||||
:disabled="action.disabled"
|
||||
:disabled="panelType === 'browser' ? isEmptyValue(getDataSelection) : action.disabled"
|
||||
@click="runAction(action)"
|
||||
>
|
||||
{{ action.name }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user