feat: refs #8197 default sectionName
gitea/salix-front/pipeline/pr-beta There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-beta There was a failure building this commit
Details
This commit is contained in:
parent
76b73cc616
commit
32fd07dd14
|
@ -139,7 +139,6 @@ const deleteAcl = async ({ id }) => {
|
|||
@on-fetch="(data) => (roles = data)"
|
||||
/>
|
||||
<VnCardMain
|
||||
:section="dataKey"
|
||||
:data-key="dataKey"
|
||||
:columns="columns"
|
||||
prefix="acls"
|
||||
|
|
|
@ -44,7 +44,6 @@ const exprBuilder = (param, value) => {
|
|||
|
||||
<template>
|
||||
<VnCardMain
|
||||
:section="dataKey"
|
||||
:data-key="dataKey"
|
||||
:columns="columns"
|
||||
prefix="mailAlias"
|
||||
|
|
|
@ -104,7 +104,6 @@ function exprBuilder(param, value) {
|
|||
|
||||
<template>
|
||||
<VnCardMain
|
||||
:section="dataKey"
|
||||
:data-key="dataKey"
|
||||
:columns="columns"
|
||||
prefix="account"
|
||||
|
|
|
@ -86,7 +86,6 @@ const exprBuilder = (param, value) => {
|
|||
|
||||
<template>
|
||||
<VnCardMain
|
||||
:section="dataKey"
|
||||
:data-key="dataKey"
|
||||
:columns="columns"
|
||||
prefix="role"
|
||||
|
|
Loading…
Reference in New Issue