#7864 - 7864_testToMaster_2434 #629

Merged
jsegarra merged 159 commits from 7864_testToMaster_2434 into master 2024-08-20 06:33:17 +00:00
3 changed files with 1 additions and 3 deletions
Showing only changes of commit 31056ea5c9 - Show all commits

View File

@ -84,7 +84,6 @@ const columns = computed(() => [
default-mode="table"
auto-load
redirect="account/alias"
:right-search="false"
:is-editable="true"
:use-model="true"
/>

View File

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

View File

@ -124,7 +124,6 @@ const navigate = (event, id) => {
default-mode="table"
auto-load
redirect="account/role"
:right-search="false"
:is-editable="true"
/>
</template>