8197-VnCardMain #1044
|
@ -139,7 +139,6 @@ const deleteAcl = async ({ id }) => {
|
|||
@on-fetch="(data) => (roles = data)"
|
||||
/>
|
||||
<VnCardMain
|
||||
:section="dataKey"
|
||||
:data-key="dataKey"
|
||||
alexm marked this conversation as resolved
|
||||
:columns="columns"
|
||||
prefix="acls"
|
||||
|
|
|
@ -44,7 +44,6 @@ const exprBuilder = (param, value) => {
|
|||
|
||||
<template>
|
||||
<VnCardMain
|
||||
:section="dataKey"
|
||||
:data-key="dataKey"
|
||||
alexm marked this conversation as resolved
jorgep
commented
Lo mismo que el AccountAcls Lo mismo que el AccountAcls
|
||||
:columns="columns"
|
||||
prefix="mailAlias"
|
||||
|
|
|
@ -104,7 +104,6 @@ function exprBuilder(param, value) {
|
|||
|
||||
<template>
|
||||
<VnCardMain
|
||||
:section="dataKey"
|
||||
:data-key="dataKey"
|
||||
alexm marked this conversation as resolved
Outdated
jorgep
commented
Lo mismo que AccountAcls Lo mismo que AccountAcls
|
||||
:columns="columns"
|
||||
prefix="account"
|
||||
|
|
|
@ -86,7 +86,6 @@ const exprBuilder = (param, value) => {
|
|||
|
||||
<template>
|
||||
<VnCardMain
|
||||
:section="dataKey"
|
||||
:data-key="dataKey"
|
||||
alexm marked this conversation as resolved
jorgep
commented
Lo mismo que AccountAcls Lo mismo que AccountAcls
|
||||
:columns="columns"
|
||||
prefix="role"
|
||||
|
|
Loading…
Reference in New Issue
Que esta prop tenga el valor por defecto de la prop datakey
Me gusta como piensas