Kundenanlage mit aktiven Standardwerten vorbelegen #120
All checks were successful
Build and Push Docker Images / build-backend (push) Successful in 27s
Build and Push Docker Images / build-frontend (push) Successful in 1m10s
Build and Push Docker Images / build-docs (push) Successful in 16s

This commit is contained in:
2026-05-11 18:20:59 +02:00
parent 64df33f0fa
commit 34f537238e
2 changed files with 26 additions and 0 deletions

View File

@@ -297,6 +297,7 @@ export const useDataStore = defineStore('data', () => {
label: "Aktiv",
component: active,
inputType: "bool",
defaultValue: true,
inputColumn: "Allgemeines",
sortable: true,
distinct: true
@@ -383,6 +384,7 @@ export const useDataStore = defineStore('data', () => {
selectDataType: "countrys",
selectOptionAttribute: "name",
selectValueAttribute: "name",
defaultValue: "Deutschland",
disabledInTable: true,
inputColumn: "Kontaktdaten",
sortable: true
@@ -559,6 +561,7 @@ export const useDataStore = defineStore('data', () => {
label: "Aktiv",
component: active,
inputType: "bool",
defaultValue: true,
inputColumn: "Allgemeines",
sortable: true,
distinct: true
@@ -641,6 +644,7 @@ export const useDataStore = defineStore('data', () => {
selectDataType: "countrys",
selectOptionAttribute: "name",
selectValueAttribute: "name",
defaultValue: "Deutschland",
disabledInTable: true,
inputColumn: "Bank & Kontakt"
},