mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 22:49:26 +08:00
Merge branch 'next' into develop
This commit is contained in:
commit
ecbd5852ca
@ -367,14 +367,6 @@ export class SequenceFieldInterface extends CollectionFieldInterface {
|
|||||||
operators: interfacesProperties.operators.string,
|
operators: interfacesProperties.operators.string,
|
||||||
};
|
};
|
||||||
titleUsable = true;
|
titleUsable = true;
|
||||||
schemaInitialize(schema: ISchema, { block, field }) {
|
|
||||||
if (block === 'Form') {
|
|
||||||
Object.assign(schema['x-component-props'], {
|
|
||||||
disabled: !field.inputable,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
return schema;
|
|
||||||
}
|
|
||||||
properties = {
|
properties = {
|
||||||
...interfacesProperties.defaultProps,
|
...interfacesProperties.defaultProps,
|
||||||
unique: interfacesProperties.unique,
|
unique: interfacesProperties.unique,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user