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 = {
|
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>
|
||||||
|
|
Loading…
Reference in New Issue