mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:25:52 +00:00
refactor: tree collection association support sub-table & sub-detail (#4225)
This commit is contained in:
parent
afa3e94aa0
commit
35825ac77b
@ -47,6 +47,8 @@ export const useFieldModeOptions = (props?) => {
|
||||
? [
|
||||
{ label: t('Title'), value: 'Select' },
|
||||
{ label: t('Tag'), value: 'Tag' },
|
||||
!isTableField && { label: t('Sub-details'), value: 'Nester' },
|
||||
!isTableField && { label: t('Sub-table'), value: 'SubTable' },
|
||||
]
|
||||
: [
|
||||
{ label: t('Select'), value: 'Select' },
|
||||
|
Loading…
Reference in New Issue
Block a user