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