上传
This commit is contained in:
@@ -167,6 +167,9 @@ const formSchema = computed(() => {
|
||||
it.componentProps['disabled-date'] = dateAfterToday
|
||||
it.componentProps['disabled'] = formType.value != 'create'
|
||||
}
|
||||
if (it.field == 'convertPeople') {
|
||||
it.options = props.userOptions.map((it) => ({ ...it, name: it.nickname }))
|
||||
}
|
||||
})
|
||||
return [
|
||||
...newSchema,
|
||||
|
||||
Reference in New Issue
Block a user