7773-testToMaster_2430 #561

Merged
alexm merged 424 commits from 7773-testToMaster_2430 into master 2024-07-23 06:24:05 +00:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit 3b43505c3e - Show all commits

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>