update sale invoices models and some ui fix
This commit is contained in:
@@ -88,12 +88,12 @@ export class KeyValueComponent {
|
||||
}
|
||||
switch (this.type) {
|
||||
case 'simple':
|
||||
return this.value || '-';
|
||||
return this.value || '-----';
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
||||
valueType = computed(() =>
|
||||
this.variant || ['boolean', 'has', 'active'].includes(this.type) ? 'tag' : 'text',
|
||||
this.variant || ['boolean', 'has', 'active'].includes(this.type) ? 'tag' : 'text'
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user