mirror of
https://gitee.com/nocobase/nocobase.git
synced 2024-11-29 18:58:26 +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}>
|
||||
<Designer fieldSchema={fieldSchema} uiSchema={uiSchema} collectionField={collectionField} />
|
||||
{/* <RecursionField name={columnSchema.name} schema={columnSchema}/> */}
|
||||
<div role="button">{field?.title || compile(uiSchema?.title)}</div>
|
||||
{/* <div
|
||||
onClick={() => {
|
||||
field.title = uid();
|
||||
// columnSchema.title = field.title = field.title;
|
||||
// refresh();
|
||||
// field.query(`.*.${fieldSchema.name}`).take((f) => {
|
||||
// f.componentProps.dateFormat = 'YYYY-MM-DD';
|
||||
// });
|
||||
}}
|
||||
>
|
||||
Edit
|
||||
</div> */}
|
||||
<span role="button">
|
||||
{fieldSchema?.required && <span className="ant-formily-item-asterisk">*</span>}
|
||||
<span>{field?.title || compile(uiSchema?.title)}</span>
|
||||
</span>
|
||||
</CollectionFieldContext.Provider>
|
||||
</SortableItem>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user