Kundenanlage mit aktiven Standardwerten vorbelegen #120
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user