mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 15:26:40 +00:00
fix: targetkey & source key
This commit is contained in:
parent
e4e2a3813e
commit
c1215ec29d
@ -389,7 +389,7 @@ export class M2MFieldInterface extends CollectionFieldInterface {
|
||||
'x-component': 'Grid.Col',
|
||||
properties: {
|
||||
sourceKey: {
|
||||
type: 'void',
|
||||
type: 'string',
|
||||
title: '{{t("Source key")}}',
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': 'SourceKey',
|
||||
@ -454,7 +454,7 @@ export class M2MFieldInterface extends CollectionFieldInterface {
|
||||
'x-component': 'Grid.Col',
|
||||
properties: {
|
||||
targetKey: {
|
||||
type: 'void',
|
||||
type: 'string',
|
||||
title: '{{t("Target key")}}',
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': 'TargetKey',
|
||||
|
@ -319,7 +319,7 @@ export class M2OFieldInterface extends CollectionFieldInterface {
|
||||
'x-component': 'Grid.Col',
|
||||
properties: {
|
||||
targetKey: {
|
||||
type: 'void',
|
||||
type: 'string',
|
||||
title: '{{t("Target key")}}',
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': 'TargetKey',
|
||||
|
@ -323,7 +323,7 @@ export class O2MFieldInterface extends CollectionFieldInterface {
|
||||
'x-component': 'Grid.Col',
|
||||
properties: {
|
||||
sourceKey: {
|
||||
type: 'void',
|
||||
type: 'string',
|
||||
title: '{{t("Source key")}}',
|
||||
default: 'id',
|
||||
enum: [{ label: 'ID', value: 'id' }],
|
||||
@ -366,7 +366,7 @@ export class O2MFieldInterface extends CollectionFieldInterface {
|
||||
'x-component': 'Grid.Col',
|
||||
properties: {
|
||||
targetKey: {
|
||||
type: 'void',
|
||||
type: 'string',
|
||||
title: '{{t("Target key")}}',
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': 'TargetKey',
|
||||
|
@ -646,7 +646,7 @@ export class O2OFieldInterface extends CollectionFieldInterface {
|
||||
'x-component': 'Grid.Col',
|
||||
properties: {
|
||||
sourceKey: {
|
||||
type: 'void',
|
||||
type: 'string',
|
||||
title: '{{t("Source key")}}',
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': 'SourceKey',
|
||||
@ -825,7 +825,7 @@ export class OHOFieldInterface extends CollectionFieldInterface {
|
||||
'x-component': 'Grid.Col',
|
||||
properties: {
|
||||
sourceKey: {
|
||||
type: 'void',
|
||||
type: 'string',
|
||||
title: '{{t("Source key")}}',
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': 'SourceKey',
|
||||
@ -1018,7 +1018,7 @@ export class OBOFieldInterface extends CollectionFieldInterface {
|
||||
'x-component': 'Grid.Col',
|
||||
properties: {
|
||||
targetKey: {
|
||||
type: 'void',
|
||||
type: 'string',
|
||||
title: '{{t("Target key")}}',
|
||||
'x-decorator': 'FormItem',
|
||||
'x-component': 'TargetKey',
|
||||
|
Loading…
Reference in New Issue
Block a user