feat: add disabled state to Popconfirm in action-buttons component
parent
c77fb9c84a
commit
4fbed026d1
|
@ -130,6 +130,7 @@ const handleMenuClick = (e: any) => {
|
||||||
<template v-for="(action, index) in getActions" :key="index">
|
<template v-for="(action, index) in getActions" :key="index">
|
||||||
<Popconfirm
|
<Popconfirm
|
||||||
v-if="action.popConfirm"
|
v-if="action.popConfirm"
|
||||||
|
:disabled="action.disabled"
|
||||||
v-bind="getPopConfirmProps(action.popConfirm)"
|
v-bind="getPopConfirmProps(action.popConfirm)"
|
||||||
>
|
>
|
||||||
<template v-if="action.popConfirm.icon" #icon>
|
<template v-if="action.popConfirm.icon" #icon>
|
||||||
|
|
Loading…
Reference in New Issue