Skip to content

Commit 6fb5f8e

Browse files
committed
update simpleTable
1 parent 924c7d8 commit 6fb5f8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/weekly-communication/simple-query-page.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
<nz-spin [nzTip]="[nzTip]" [nzSpinning]="isSpinning$ | async">
4646
<simple-table
47+
#simpleTable
4748
class="table-text-center table-small"
4849
showSizeChanger
4950
showPagination
@@ -82,7 +83,7 @@ export class BillListComponent implements OnInit {
8283
nzTip: string;
8384
form: FormGroup;
8485

85-
@ViewChild(SimpleTableComponent)
86+
@ViewChild('simpleTable')
8687
simpleTable: SimpleTableComponent;
8788
columns: SimpleTableColumn[] = [
8889
{ title: "出账日", render: "billDate" },

0 commit comments

Comments
 (0)