forked from verdnatura/salix-front
feat: refs #6769 Requested changes
This commit is contained in:
parent
f701b6387a
commit
3b43505c3e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue