feat: Table 组件 ID 生成规则更新

This commit is contained in:
Argo Zhang 2020-01-09 13:07:42 +08:00
parent aee783baea
commit 2935c2b1e4
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</div>
<div class="table-wrapper">
<table class="table table-striped table-bordered table-hover table-selected" id="@Id">
<table class="table table-striped table-bordered table-hover table-selected" id="@($"{Id}_table")">
<thead>
<tr>
@if (ShowCheckbox)