mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-12-03 04:38:15 +08:00
fix: disable sub table field
This commit is contained in:
parent
ccfdb02801
commit
effedd77a7
@ -9,6 +9,7 @@ export const subTable: FieldOptions = {
|
||||
order: 2,
|
||||
title: '子表格',
|
||||
isAssociation: true,
|
||||
disabled: true,
|
||||
default: {
|
||||
dataType: 'hasMany',
|
||||
// name,
|
||||
|
Loading…
Reference in New Issue
Block a user