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