From ed6a18dae76bf1a606714b5b6466129172011766 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Tue, 24 Dec 2024 19:23:49 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=B1:=20[client]=20sync=20upgrade=20wit?= =?UTF-8?q?h=202=20commits=20[trident-sync]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit chore: 提示优化 --- .../ui/certd-client/src/views/crud/form/nest/crud.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/ui/certd-client/src/views/crud/form/nest/crud.tsx b/packages/ui/certd-client/src/views/crud/form/nest/crud.tsx index d22cf105b..b9d2a538d 100644 --- a/packages/ui/certd-client/src/views/crud/form/nest/crud.tsx +++ b/packages/ui/certd-client/src/views/crud/form/nest/crud.tsx @@ -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: {