🔱: [client] sync upgrade with 2 commits [trident-sync]

chore: 提示优化
client_sync
GitHub Actions Bot 2024-12-24 19:23:49 +00:00
parent 844c4bf983
commit ed6a18dae7
1 changed files with 8 additions and 0 deletions

View File

@ -33,6 +33,14 @@ export default async function ({ crudExpose }: CreateCrudOptionsProps): Promise<
helper: {
// position: "label" // helper的展示位置全局配置
// tooltip:{}
},
group: {
groups: {
profile: {
header: "profile",
columns: ["profile.name", "profile.age", "profile.status"]
}
}
}
},
columns: {