Przekierowanie do historii dr

This commit is contained in:
2022-05-25 14:14:50 +02:00
parent 2e5f692a6f
commit 9aad5f77dc
5 changed files with 54 additions and 27 deletions
@@ -112,7 +112,7 @@
<!-- Nick dyżurnego -->
<div v-if="item.authorName">
<b class="text--grayed">{{ $t('journal.dispatcher-name') }}&nbsp;</b>
<b>{{ item.authorName }}</b>
<router-link class="dispatcher-link" :to="`/journal?view=dispatchers&dispatcherName=${item.authorName}`">{{ item.authorName }}</router-link>
</div>
</div>
@@ -437,4 +437,8 @@ export default defineComponent({
}
}
}
.dispatcher-link {
font-weight: bold;
}
</style>