Skip to content

Commit

Permalink
23102 - UXA Feedback (#3047)
Browse files Browse the repository at this point in the history
  • Loading branch information
ochiu authored Sep 25, 2024
1 parent 4f90686 commit e76103c
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions auth-web/src/components/pay/ShortNameSummaryTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,24 @@ export default defineComponent({
} = JSON.parse(ConfigHelper.getFromSession(SessionStorageKeys.ShortNamesSummaryFilter) || '{}')
const headers = [
createHeader('shortName', 'Bank Short Name', 'text', 'Short Name', shortName),
createHeader(
'shortName',
'Bank Short Name',
'text',
'Short Name',
shortName,
true,
'200px',
'200px'
),
createHeader(
'shortNameType',
'Type',
'select',
'Type',
shortNameType,
true,
'125px',
'200px',
'200px',
ShortNameUtils.ShortNameTypeItems
),
Expand All @@ -276,7 +285,8 @@ export default defineComponent({
'Unsettled Amount',
creditsRemaining,
true,
'200px'
'185px',
'185px'
),
createHeader(
'linkedAccountsCount',
Expand All @@ -285,8 +295,8 @@ export default defineComponent({
'Linked Accounts',
linkedAccountsCount,
true,
'100px',
'125px'
'170px',
'170px'
),
{
col: 'actions',
Expand Down

0 comments on commit e76103c

Please sign in to comment.