feat: refs #6769 itemDiary #532

Merged
guillermo merged 8 commits from 6769-itemDiary into dev 2024-07-12 08:13:33 +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>