refactor: use icon on quotation card
This commit is contained in:
parent
de20b984e8
commit
9c8cba0a21
1 changed files with 4 additions and 1 deletions
|
|
@ -111,7 +111,10 @@ defineEmits<{
|
|||
{{ $t('quotation.employee') }}
|
||||
</div>
|
||||
<div class="col-8">
|
||||
<BadgeComponent :title="[workerCount, workerMax].join(' / ')" />
|
||||
<BadgeComponent
|
||||
icon="mdi-account-multiple-outline"
|
||||
:title="[workerCount, workerMax].join(' / ')"
|
||||
/>
|
||||
</div>
|
||||
<div class="col-4 app-text-muted q-pr-sm">
|
||||
{{ $t('general.createdAt') }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue