front end updates
This commit is contained in:
@@ -112,12 +112,7 @@ const confirmDeleteAction = () => {
|
||||
{{ row.contract.reference }}
|
||||
</template>
|
||||
<template v-else>
|
||||
<Link
|
||||
:href="route('clientCase.show', { client_case: client_case.uuid })"
|
||||
class="text-indigo-600 hover:underline"
|
||||
>
|
||||
{{ client_case?.person?.full_name || "—" }}
|
||||
</Link>
|
||||
<span class="text-gray-400">—</span>
|
||||
</template>
|
||||
</td>
|
||||
<td class="py-2 pr-4 align-top">
|
||||
|
||||
Reference in New Issue
Block a user