mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
Merge branch 'master' into overview_frontend_fix
This commit is contained in:
commit
f8db3a86b7
@ -136,8 +136,8 @@ const hideResubmissionModel = ref(true)
|
||||
|
||||
const formatDateOrDash = (value) => (value ? new Date(value).toLocaleDateString() : '—')
|
||||
const baseFields = {
|
||||
firstName: { key: 'firstName', label: t('firstname'), class: 'no-select' },
|
||||
lastName: { key: 'lastName', label: t('lastname'), class: 'no-select' },
|
||||
firstName: { key: 'user.firstName', label: t('firstname'), class: 'no-select' },
|
||||
lastName: { key: 'user.lastName', label: t('lastname'), class: 'no-select' },
|
||||
amount: { key: 'amount', label: t('creation'), formatter: (value) => value + ' GDD' },
|
||||
memo: { key: 'memo', label: t('text'), class: 'text-break' },
|
||||
contributionDate: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user