Skip to content

Commit 7dc70a4

Browse files
authored
Merge pull request #2285 from bcgov/feature/TVRProjectedGrads
Add projected graduates TVR report download
2 parents 8197bcd + b15bd81 commit 7dc70a4

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

frontend/src/components/graduation/district/reports/GradDistrictReportsAndTranscripts.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,15 @@
171171
:download-action="() => downloadProjectedTVRReport('nonGraduating')"
172172
/>
173173
</v-col>
174+
<v-col
175+
cols="12"
176+
class="mt-n2"
177+
>
178+
<DownloadLink
179+
label="Projected Graduates"
180+
:download-action="() => downloadProjectedTVRReport('graduating')"
181+
/>
182+
</v-col>
174183
</v-row>
175184
</v-form>
176185
</v-card>

frontend/src/components/graduation/school/reports/GradSchoolReportsAndTranscripts.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,15 @@
145145
:download-action="() => downloadProjectedTVRReport('nonGraduating')"
146146
/>
147147
</v-col>
148+
<v-col
149+
cols="12"
150+
class="mt-n2"
151+
>
152+
<DownloadLink
153+
label="Projected Graduates"
154+
:download-action="() => downloadProjectedTVRReport('graduating')"
155+
/>
156+
</v-col>
148157
</v-row>
149158
</v-form>
150159
</v-card>

0 commit comments

Comments
 (0)