Визуальные правки плана

This commit is contained in:
brusnitsyn
2026-06-10 15:07:58 +09:00
parent 99495f88a9
commit b98d4eef8c
2 changed files with 32 additions and 10 deletions

View File

@@ -184,6 +184,7 @@ const columns = ref([
isTotalRow: row.isTotalRow,
value: row.outcome,
plan: row.plan,
endDate: props.date[1]
}
)
}