mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 11:12:20 +08:00
feat(sql-collection): allows to add description (#6081)
This commit is contained in:
parent
a093e9ee8c
commit
f49d86288d
@ -83,7 +83,6 @@ export class SqlCollectionTemplate extends CollectionTemplate {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
...getConfigurableProperties('category'),
|
|
||||||
filterTargetKey: {
|
filterTargetKey: {
|
||||||
title: `{{ t("Record unique key")}}`,
|
title: `{{ t("Record unique key")}}`,
|
||||||
type: 'single',
|
type: 'single',
|
||||||
@ -95,5 +94,6 @@ export class SqlCollectionTemplate extends CollectionTemplate {
|
|||||||
},
|
},
|
||||||
'x-reactions': ['{{useAsyncDataSource(loadFilterTargetKeys)}}'],
|
'x-reactions': ['{{useAsyncDataSource(loadFilterTargetKeys)}}'],
|
||||||
},
|
},
|
||||||
|
...getConfigurableProperties('category', 'description'),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user