|
@@ -73,7 +73,6 @@ const truncated = computed(() => {
|
|
|
|
|
|
|
|
const paraLabel = computed(() => {
|
|
const paraLabel = computed(() => {
|
|
|
if (card.scope === "internal") return "Interno";
|
|
if (card.scope === "internal") return "Interno";
|
|
|
- if (card.scope === "all") return "Todas as Unidades";
|
|
|
|
|
return card.target_unit_name ?? "Matriz";
|
|
return card.target_unit_name ?? "Matriz";
|
|
|
});
|
|
});
|
|
|
|
|
|