forked from verdnatura/salix-front
refs #7355 fix lists redirects summary
This commit is contained in:
parent
a43a6aec82
commit
31056ea5c9
|
@ -84,7 +84,6 @@ const columns = computed(() => [
|
|||
default-mode="table"
|
||||
auto-load
|
||||
redirect="account/alias"
|
||||
:right-search="false"
|
||||
:is-editable="true"
|
||||
:use-model="true"
|
||||
/>
|
||||
|
|
|
@ -110,8 +110,8 @@ const columns = computed(() => [
|
|||
:columns="columns"
|
||||
default-mode="table"
|
||||
auto-load
|
||||
:right-search="false"
|
||||
:is-editable="true"
|
||||
redirect="account"
|
||||
:use-model="true"
|
||||
/>
|
||||
</template>
|
||||
|
|
|
@ -124,7 +124,6 @@ const navigate = (event, id) => {
|
|||
default-mode="table"
|
||||
auto-load
|
||||
redirect="account/role"
|
||||
:right-search="false"
|
||||
:is-editable="true"
|
||||
/>
|
||||
</template>
|
||||
|
|
Loading…
Reference in New Issue