mirror of
https://github.com/certd/certd.git
synced 2026-04-28 07:57:25 +08:00
🔱: [client] sync upgrade with 2 commits [trident-sync]
chore: 提示优化
This commit is contained in:
@@ -33,6 +33,14 @@ export default async function ({ crudExpose }: CreateCrudOptionsProps): Promise<
|
|||||||
helper: {
|
helper: {
|
||||||
// position: "label" // helper的展示位置全局配置
|
// position: "label" // helper的展示位置全局配置
|
||||||
// tooltip:{}
|
// tooltip:{}
|
||||||
|
},
|
||||||
|
group: {
|
||||||
|
groups: {
|
||||||
|
profile: {
|
||||||
|
header: "profile",
|
||||||
|
columns: ["profile.name", "profile.age", "profile.status"]
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
columns: {
|
columns: {
|
||||||
|
|||||||
Reference in New Issue
Block a user