refactor: show issue branch
This commit is contained in:
parent
cd9a686689
commit
718b17081c
1 changed files with 7 additions and 1 deletions
|
|
@ -157,7 +157,13 @@ const emit = defineEmits<{
|
|||
{{ props.row.code || '-' }}
|
||||
</div>
|
||||
</q-td>
|
||||
<q-td v-if="visibleColumns.includes('issueBranch')">-</q-td>
|
||||
<q-td v-if="visibleColumns.includes('issueBranch')">
|
||||
{{
|
||||
$i18n.locale === 'eng'
|
||||
? props.row.registeredBranch.nameEN || '-'
|
||||
: props.row.registeredBranch.name || '-'
|
||||
}}
|
||||
</q-td>
|
||||
<q-td v-if="visibleColumns.includes('institution')">
|
||||
{{
|
||||
$i18n.locale === 'eng'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue