Исправление статистики
This commit is contained in:
@@ -43,6 +43,9 @@ const props = defineProps({
|
||||
recipientPlanOfYear: {
|
||||
type: Object,
|
||||
default: {}
|
||||
},
|
||||
startOfYear: {
|
||||
type: String
|
||||
}
|
||||
})
|
||||
|
||||
@@ -183,7 +186,8 @@ const columns = ref([
|
||||
{
|
||||
isTotalRow: row.isTotalRow,
|
||||
value: row.outcome,
|
||||
plan: row.plan
|
||||
plan: row.plan,
|
||||
startOfYear: props.startOfYear
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user