mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 23:49:27 +08:00
Merge branch 'main' into next
This commit is contained in:
commit
e09dc13474
@ -66,20 +66,10 @@ export const TableColumnDecorator = (props) => {
|
|||||||
>
|
>
|
||||||
<CollectionFieldContext.Provider value={collectionField}>
|
<CollectionFieldContext.Provider value={collectionField}>
|
||||||
<Designer fieldSchema={fieldSchema} uiSchema={uiSchema} collectionField={collectionField} />
|
<Designer fieldSchema={fieldSchema} uiSchema={uiSchema} collectionField={collectionField} />
|
||||||
{/* <RecursionField name={columnSchema.name} schema={columnSchema}/> */}
|
<span role="button">
|
||||||
<div role="button">{field?.title || compile(uiSchema?.title)}</div>
|
{fieldSchema?.required && <span className="ant-formily-item-asterisk">*</span>}
|
||||||
{/* <div
|
<span>{field?.title || compile(uiSchema?.title)}</span>
|
||||||
onClick={() => {
|
</span>
|
||||||
field.title = uid();
|
|
||||||
// columnSchema.title = field.title = field.title;
|
|
||||||
// refresh();
|
|
||||||
// field.query(`.*.${fieldSchema.name}`).take((f) => {
|
|
||||||
// f.componentProps.dateFormat = 'YYYY-MM-DD';
|
|
||||||
// });
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
Edit
|
|
||||||
</div> */}
|
|
||||||
</CollectionFieldContext.Provider>
|
</CollectionFieldContext.Provider>
|
||||||
</SortableItem>
|
</SortableItem>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user