Introduced EntityEdit.vue
Introduced EntityShow.vue Deprecated following as non standardEntity contracts, customers, vendors, projects, plants, vehicles
This commit is contained in:
@@ -9,5 +9,6 @@ const props = defineProps({
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<span>{{props.row.active ? 'Ja' : 'Nein'}}</span>
|
||||
<span v-if="props.row.active" class="text-primary">Ja</span>
|
||||
<span v-else class="text-rose-600">Nein</span>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user