0
0
Fork 0

feat: refs #6769 Requested changes

This commit is contained in:
Guillermo Bonet 2024-07-10 12:07:01 +02:00
parent f701b6387a
commit 3b43505c3e
1 changed files with 0 additions and 7 deletions

View File

@ -131,11 +131,9 @@ const originTypeMap = {
const entityTypeMap = {
client: {
descriptor: CustomerDescriptorProxy,
icon: 'vn:client',
},
supplier: {
descriptor: SupplierDescriptorProxy,
icon: 'vn:supplier',
},
};
@ -267,11 +265,6 @@ onUnmounted(() => (stateStore.rightDrawer = false));
{{ row.entityId }}
</component>
<span class="link">
<QIcon
:name="entityTypeMap[row.entityType]?.icon"
class="fill-icon q-mr-sm"
size="xs"
/>
{{ dashIfEmpty(row.entityName) }}
</span>
</QBadge>