1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-10 20:39:48 +08:00

validate actions in Smart Browser (#442)

This commit is contained in:
elsiosanchez 2020-04-14 00:11:56 -04:00 committed by GitHub
parent 79cc4d0cbb
commit dcc956d07c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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