Modulo de rutas #195

Merged
jsegarra merged 49 commits from :feature/route-module into dev 2024-03-14 12:44:43 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e8e2bc8403 - Show all commits
src/pages/Route

View File

@ -285,7 +285,7 @@ const openTicketsDialog = (id) => {
v-model="row.workerFk"
:options="workers"
option-value="id"
option-label="name"
option-label="nickname"
hide-selected
dense
:emit-value="false"