Skip to content

Commit

Permalink
20477- Statement Number added to Statement Page (bcgov#2780)
Browse files Browse the repository at this point in the history
* Statement Number added

* Package update

* Statement number column visible for all

* Cleanup
  • Loading branch information
rodrigo-barraza authored May 2, 2024
1 parent c6e5ab1 commit 8a7975d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions auth-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.5.23",
"version": "2.5.24",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@
<span>{{ paymentMethodsDisplay(item.paymentMethods) }}</span>
</div>
</template>
<template
#[`item.statementNumber`]="{ item }"
>
<div>
<span>{{ item.id }}</span>
</div>
</template>
<template #[`item.action`]="{ item }">
<div>
<v-btn
Expand Down Expand Up @@ -401,6 +408,12 @@ export default defineComponent({
sortable: false,
value: 'frequency'
},
{
text: 'Statement Number',
align: 'left',
sortable: false,
value: 'statementNumber'
},
{
text: 'Downloads',
align: 'right',
Expand Down

0 comments on commit 8a7975d

Please sign in to comment.