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

chore: 提示优化
This commit is contained in:
GitHub Actions Bot
2024-12-24 19:23:49 +00:00
parent 844c4bf983
commit ed6a18dae7

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: {