fix: refs #8388 enhance fiscalCode formatting in EntryPreAccount
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
5383df6946
commit
65f77b41e6
|
@ -187,7 +187,7 @@ const columns = computed(() => [
|
||||||
{
|
{
|
||||||
name: 'fiscalCode',
|
name: 'fiscalCode',
|
||||||
label: t('entry.preAccount.fiscalCode'),
|
label: t('entry.preAccount.fiscalCode'),
|
||||||
format: ({ fiscalCode }) => t(fiscalCode),
|
format: ({ fiscalCode }, dashIfEmpty) => t(dashIfEmpty(fiscalCode)),
|
||||||
columnFilter: {
|
columnFilter: {
|
||||||
component: 'select',
|
component: 'select',
|
||||||
name: 'fiscalCode',
|
name: 'fiscalCode',
|
||||||
|
|
Loading…
Reference in New Issue