Added MaxLength

This commit is contained in:
2025-09-12 18:07:05 +02:00
parent 1985f7b725
commit 577e5d947a
4 changed files with 27 additions and 9 deletions

View File

@@ -215,7 +215,8 @@ export const useDataStore = defineStore('data', () => {
return item.isCompany
},
inputColumn: "Allgemeines",
sortable: true
sortable: true,
maxLength: 20
}, {
key: "nameAddition",
label: "Firmenname Zusatz",
@@ -226,7 +227,8 @@ export const useDataStore = defineStore('data', () => {
showFunction: function (item) {
return item.isCompany
},
inputColumn: "Allgemeines"
inputColumn: "Allgemeines",
maxLength: 20
},{
key: "salutation",
label: "Anrede",