Changes
This commit is contained in:
@@ -516,6 +516,9 @@ function extractFilenameFromHeaders(headers) {
|
||||
</Link>
|
||||
<span v-else>{{ row.client_case?.person?.full_name || "-" }}</span>
|
||||
</template>
|
||||
<template #cell-address="{ row }">
|
||||
{{ row.client_case?.person?.address?.address }}
|
||||
</template>
|
||||
<template #cell-client="{ row }">
|
||||
{{ row.client?.person?.full_name || "-" }}
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user