local search & fix texts
This commit is contained in:
@@ -83,11 +83,9 @@
|
||||
<p><span>{{ t('labels.infoCompany') }}: </span>{{company.company_description}}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div
|
||||
class="d-flex justify-content-end gap-2"
|
||||
v-if="authStore.user?.permissions === 'role_shipper'">
|
||||
<div class="d-flex justify-content-end gap-2">
|
||||
<button
|
||||
v-if="!existInPrivateList"
|
||||
v-if="authStore.user?.permissions === 'role_shipper' && !existInPrivateList"
|
||||
class="btn-primary-sm bg-dark radius-sm"
|
||||
@click="handleAddPrivateList"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user