fix: display quotation name on quotation card
This commit is contained in:
parent
8eebd9746e
commit
aaad527885
1 changed files with 7 additions and 0 deletions
|
|
@ -88,6 +88,13 @@ defineEmits<{
|
|||
</nav>
|
||||
</header>
|
||||
|
||||
<div class="q-pt-md ellipsis">
|
||||
{{ title || '-' }}
|
||||
<q-tooltip anchor="bottom start" self="top left">
|
||||
{{ title || '-' }}
|
||||
</q-tooltip>
|
||||
</div>
|
||||
|
||||
<!-- SEC: body -->
|
||||
<section class="row no-wrap q-py-md items-center" style="font-size: 90%">
|
||||
<span class="app-text-muted q-pr-sm">{{ $t('general.status') }} :</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue