|
|
|
@ -60,7 +60,7 @@ const formSchema = computed((): VbenFormSchema[] => {
|
|
|
|
component: 'VbenSelect',
|
|
|
|
component: 'VbenSelect',
|
|
|
|
componentProps: {
|
|
|
|
componentProps: {
|
|
|
|
class: 'bg-background h-[40px] focus:border-primary',
|
|
|
|
class: 'bg-background h-[40px] focus:border-primary',
|
|
|
|
options: tenantInfo.value.voList.map((item) => ({
|
|
|
|
options: tenantInfo.value.voList?.map((item) => ({
|
|
|
|
label: item.companyName,
|
|
|
|
label: item.companyName,
|
|
|
|
value: item.tenantId,
|
|
|
|
value: item.tenantId,
|
|
|
|
})),
|
|
|
|
})),
|
|
|
|
|