From d35cdd2dfe9ad3d629fd87eeabd1d7276b35302f Mon Sep 17 00:00:00 2001 From: czz_y Date: Fri, 22 Nov 2024 09:26:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A71.7.6=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E5=A4=8DModal=E5=85=B3=E9=97=AD=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AntdUIDemo.csproj | 4 ++-- README.md | 2 +- Views/TableDemo.cs | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AntdUIDemo.csproj b/AntdUIDemo.csproj index cd56c49..f2087ce 100644 --- a/AntdUIDemo.csproj +++ b/AntdUIDemo.csproj @@ -13,7 +13,7 @@ Copyright © 2024 czz_y $(Version) $(Version) - 1.7.5 + 1.7.6 czz_y 基于 Winform UI 框架 AntdUI 设计的 Demo https://gitee.com/mubaiyanghua/antd-uidemo @@ -30,7 +30,7 @@ - + diff --git a/README.md b/README.md index 3c7bb58..8ea04c8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

AntdUI Demo

-本项目基于 `Winform .NET Framework 4.8` 开发,是 [AntdUI](https://gitee.com/antdui/AntdUI) 的 Demo 项目,当前版本 `1.7.5` +本项目基于 `Winform .NET Framework 4.8` 开发,是 [AntdUI](https://gitee.com/antdui/AntdUI) 的 Demo 项目,当前版本 `1.7.6` diff --git a/Views/TableDemo.cs b/Views/TableDemo.cs index 4255b0a..3c76775 100644 --- a/Views/TableDemo.cs +++ b/Views/TableDemo.cs @@ -31,6 +31,7 @@ namespace AntdUIDemo.Views new Column("Name", "姓名", ColumnAlign.Center) { Width="120", + //设置树节点,名称需和User里的User[]名称保持一致 KeyTree = "Users" }, new Column("Age", "年龄",ColumnAlign.Center),