From 37e54d121a6ccfe7424ec1b79dd5f69a8699072f Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Tue, 4 Feb 2020 14:16:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20Table=20=E7=BB=84=E4=BB=B6=20ShowLi?= =?UTF-8?q?neNo=20=E9=BB=98=E8=AE=A4=E5=80=BC=E6=9B=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=20true?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/Bootstrap.Admin/Pages/Components/TableBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/Bootstrap.Admin/Pages/Components/TableBase.cs b/src/admin/Bootstrap.Admin/Pages/Components/TableBase.cs index 7cf5c563..6175db2c 100644 --- a/src/admin/Bootstrap.Admin/Pages/Components/TableBase.cs +++ b/src/admin/Bootstrap.Admin/Pages/Components/TableBase.cs @@ -105,7 +105,7 @@ namespace Bootstrap.Admin.Pages.Components /// 获得/设置 是否显示行号 /// [Parameter] - public bool ShowLineNo { get; set; } + public bool ShowLineNo { get; set; } = true; /// /// 获得/设置 是否显示选择列 默认为 false